Skip to content

Commit

Permalink
Update .helm/starter/templates/_helpers.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist authored Jul 3, 2024
1 parent e50dc12 commit d03f9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .helm/starter/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Generate the name of the postgres secret, expects AWX context passed in
{{ default (printf "%s-postgres-configuration" .Values.AWX.name) .Values.AWX.postgres.secretName }}
{{- end }}
{{/*
Generate liste of labels
Generate list of labels
*/}}
{{- define "awx.labels" }}
{{- if hasKey .Values.AWX "labels" -}}
Expand Down

0 comments on commit d03f9be

Please sign in to comment.