From ad749305af6eb7bf8bb0b2bdb357a84165024e8c Mon Sep 17 00:00:00 2001 From: Miles Date: Thu, 21 Nov 2024 04:35:12 -0600 Subject: [PATCH] Fixed AWX labels (#28) Signed-off-by: Miles Wilson --- .helm/starter/templates/awx-deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.helm/starter/templates/awx-deploy.yaml b/.helm/starter/templates/awx-deploy.yaml index bbaaeae6..a05defe7 100644 --- a/.helm/starter/templates/awx-deploy.yaml +++ b/.helm/starter/templates/awx-deploy.yaml @@ -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 */}}