Skip to content

Commit

Permalink
fixed nindents in annotations for flyte binary deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuno Martins committed Sep 22, 2023
1 parent 08a5e35 commit f428d84
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 f428d84

Please sign in to comment.