Skip to content

Commit

Permalink
Fix incorrect indentation for pod annotations in Helm template (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: Filipp Fedorov <[email protected]>
  • Loading branch information
fil106 and Filipp Fedorov authored Jan 16, 2025
1 parent ad67f3a commit 1dd5172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
annotations:
checksum/api-config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
{{- with .Values.forecastle.pod.annotations }}
{{- toYaml . | indent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{- with .Values.forecastle.deployment.imagePullSecrets }}
Expand Down

0 comments on commit 1dd5172

Please sign in to comment.