This commit is contained in:
Julien Cabillot
2022-04-18 11:57:40 -04:00
parent 88db2e2d52
commit f854bfe184
4 changed files with 6 additions and 9 deletions
+1 -7
View File
@@ -1,10 +1,4 @@
{{/* Make sure all variables are set properly */}}
{{- include "common.values.setup" . }}
{{/* custom render */}}
{{- include "common.pvc" . }}
{{- if .Values.secret -}}
{{ include "common.secret" . | nindent 0 }}
{{- end -}}
{{ include "common.all" . }}
+1 -1
View File
@@ -57,4 +57,4 @@ spec:
{{- with (include "common.controller.volumes" . | trim) }}
volumes:
{{- nindent 2 . }}
{{- end }}
{{- end }}