2022-04-18 11:11:33 -04:00
|
|
|
{{/* Make sure all variables are set properly */}}
|
|
|
|
|
{{- include "common.values.setup" . }}
|
|
|
|
|
|
2022-04-18 13:34:48 -04:00
|
|
|
{{/* custom render */}}
|
|
|
|
|
|
|
|
|
|
{{- if .Values.secret -}}
|
|
|
|
|
{{ include "common.secret" . | nindent 0 }}
|
2022-04-18 13:55:13 -04:00
|
|
|
{{- end -}}
|