Skip to content

Commit ad74930

Browse files
authored
Fixed AWX labels (#28)
Signed-off-by: Miles Wilson <[email protected]>
1 parent d30ceff commit ad74930

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.helm/starter/templates/awx-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ metadata:
77
namespace: {{ $.Release.Namespace }}
88
{{- with .labels }}
99
labels:
10-
{{ . | toYaml }}
10+
{{- . | toYaml | nindent 4 }}
1111
{{- end }}
1212
{{- with .annotations }}
13-
labels:
14-
{{ . | toYaml }}
13+
annotations:
14+
{{- . | toYaml | nindent 4 }}
1515
{{- end }}
1616
spec:
1717
{{- /* Provide custom persistent volumes configs if enabled */}}

0 commit comments

Comments
 (0)