feat!: set proper namespaces and allow override
This commit is contained in:
parent
270a25b695
commit
f77285a8c6
15 changed files with 48 additions and 22 deletions
|
|
@ -3,7 +3,7 @@ kind: PersistentVolumeClaim
|
|||
apiVersion: v1
|
||||
metadata:
|
||||
name: {{ .Values.persistence.claimName }}
|
||||
namespace: {{ $.Release.Namespace }}
|
||||
namespace: {{ include "common.names.namespace" . | quote }}
|
||||
annotations:
|
||||
{{ .Values.persistence.annotations | toYaml | indent 4}}
|
||||
{{- if .Values.persistence.labels }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue