Files
awx-operator/.helm/starter/templates/_helpers.tpl
2022-07-11 19:59:03 -04: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 }}