diff --git a/charts/flyte-binary/templates/deployment.yaml b/charts/flyte-binary/templates/deployment.yaml index d7866d5e24..cc8beff2d9 100644 --- a/charts/flyte-binary/templates/deployment.yaml +++ b/charts/flyte-binary/templates/deployment.yaml @@ -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 }}