디렉토리 구조 및 각 서비스 추가
This commit is contained in:
6
helm/awx-operator/templates/_helpers.tpl
Normal file
6
helm/awx-operator/templates/_helpers.tpl
Normal file
@@ -0,0 +1,6 @@
|
||||
{{/*
|
||||
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 }}
|
||||
Reference in New Issue
Block a user