From c26886d4f19747b5970e1292052289a52cdeb36a Mon Sep 17 00:00:00 2001 From: Evan Zacks Date: Mon, 9 Dec 2024 16:17:11 -0800 Subject: [PATCH] deployment template: fix extraSidecars indentation The extraSidecars list is indented further than the manager container, so the resulting rendered template is malformed YAML. --- deploy/helm/pulumi-operator/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/pulumi-operator/templates/deployment.yaml b/deploy/helm/pulumi-operator/templates/deployment.yaml index dea02247..3bae7524 100644 --- a/deploy/helm/pulumi-operator/templates/deployment.yaml +++ b/deploy/helm/pulumi-operator/templates/deployment.yaml @@ -30,7 +30,7 @@ spec: spec: containers: {{- if .Values.extraSidecars }} - {{- toYaml .Values.extraSidecars | nindent 8 }} + {{- toYaml .Values.extraSidecars | nindent 6 }} {{- end}} - name: manager args: