[bitnami/vault] fix: add apiVersion and kind to volumeClaimTemplates (#29353)

* fix: add apiVersion and kind to volumeClaimTemplates

Signed-off-by: Abdullah Alaqeel <abdullah.t.aqeel@gmail.com>
Signed-off-by: Abdullah Alaqeel <abdullah.alaqeel@fathom.io>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Abdullah Alaqeel <abdullah.t.aqeel@gmail.com>
Signed-off-by: Abdullah Alaqeel <abdullah.alaqeel@fathom.io>
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
Co-authored-by: Andrés Bono <andresbono@vmware.com>
This commit is contained in:
Abdullah Alaqeel
2024-09-11 18:01:32 +03:00
committed by GitHub
parent 747931744d
commit e870d71f3b
3 changed files with 10 additions and 4 deletions

View File

@@ -251,7 +251,9 @@ spec:
{{- end }}
{{- if and .Values.server.persistence.enabled (not .Values.server.persistence.existingClaim) }}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: data
annotations:
{{- if .Values.server.persistence.annotations }}