From f428d841007301379d74f8d55bf69f8d1c8d4f6d Mon Sep 17 00:00:00 2001 From: Nuno Martins Date: Fri, 22 Sep 2023 15:04:10 +0100 Subject: [PATCH] fixed nindents in annotations for flyte binary deployment --- 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 }}