From 3eebc4b7b4badc283aed4fd677d8f60373d86762 Mon Sep 17 00:00:00 2001 From: Sennuno <144255851+Sennuno@users.noreply.github.com> Date: Fri, 22 Sep 2023 21:49:38 +0100 Subject: [PATCH] fixed nindents in annotations for flyte binary deployment (#4062) Co-authored-by: Nuno Martins --- charts/flyte-binary/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}