Skip to content

Commit

Permalink
fix indenation level of podAnnotations
Browse files Browse the repository at this point in the history
  • Loading branch information
pboushy committed Jan 16, 2025
1 parent cda967e commit 7aa3ccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/fleet/templates/cron-vulnprocessing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7aa3ccf

Please sign in to comment.