Skip to content

Commit

Permalink
Fixed AWX labels (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Wilson <[email protected]>
  • Loading branch information
miles-w-3 authored Nov 21, 2024
1 parent d30ceff commit ad74930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .helm/starter/templates/awx-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ metadata:
namespace: {{ $.Release.Namespace }}
{{- with .labels }}
labels:
{{ . | toYaml }}
{{- . | toYaml | nindent 4 }}
{{- end }}
{{- with .annotations }}
labels:
{{ . | toYaml }}
annotations:
{{- . | toYaml | nindent 4 }}
{{- end }}
spec:
{{- /* Provide custom persistent volumes configs if enabled */}}
Expand Down

0 comments on commit ad74930

Please sign in to comment.