Files
dsk-devops-toolchains/helm/awx-operator/templates/_helpers.tpl
2024-01-03 17:29:11 +09:00

7 lines
230 B
Smarty

{{/*
Generate the name of the postgres secret, expects AWX context passed in
*/}}
{{- define "postgres.secretName" -}}
{{ default (printf "%s-postgres-configuration" .Values.AWX.name) .Values.AWX.postgres.secretName }}
{{- end }}