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