From 7aa3ccfc50b9477de94ff619e1453c41b954f853 Mon Sep 17 00:00:00 2001 From: Phillip Boushy Date: Wed, 15 Jan 2025 18:08:54 -0700 Subject: [PATCH] fix indenation level of podAnnotations --- charts/fleet/templates/cron-vulnprocessing.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/fleet/templates/cron-vulnprocessing.yaml b/charts/fleet/templates/cron-vulnprocessing.yaml index aef94b42a6e7..0279f0660566 100644 --- a/charts/fleet/templates/cron-vulnprocessing.yaml +++ b/charts/fleet/templates/cron-vulnprocessing.yaml @@ -16,10 +16,10 @@ spec: ttlSecondsAfterFinished: 100 template: metadata: - {{- with .Values.podAnnotations }} +{{- with .Values.podAnnotations }} annotations: - {{- toYaml . | trim | nindent 8 }} - {{- end }} +{{- toYaml . | trim | nindent 12 }} +{{- end }} labels: app: fleet chart: fleet