Skip to content

Commit

Permalink
fixed nindents in annotations for flyte binary deployment (#4062)
Browse files Browse the repository at this point in the history
Co-authored-by: Nuno Martins <[email protected]>
  • Loading branch information
Sennuno and Nuno Martins authored Sep 22, 2023
1 parent 08a5e35 commit 3eebc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/flyte-binary/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ spec:
{{- end }}
{{- end }}
{{- if .Values.commonAnnotations }}
{{- tpl ( .Values.commonAnnotations | toYaml ) . | nindent 4 }}
{{- tpl ( .Values.commonAnnotations | toYaml ) . | nindent 8 }}
{{- end }}
{{- if .Values.deployment.podAnnotations }}
{{- tpl ( .Values.deployment.podAnnotations | toYaml ) . | nindent 4 }}
{{- tpl ( .Values.deployment.podAnnotations | toYaml ) . | nindent 8 }}
{{- end }}
spec:
{{- if .Values.deployment.extraPodSpec }}
Expand Down

0 comments on commit 3eebc4b

Please sign in to comment.