From 806ac7bb42fe6eafed4948b5b517ba18b87be0aa Mon Sep 17 00:00:00 2001 From: Michael Goodness Date: Mon, 13 Feb 2023 13:39:10 -0600 Subject: [PATCH] fix(helm): use nindent --- deploy/charts/google-cas-issuer/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/google-cas-issuer/templates/deployment.yaml b/deploy/charts/google-cas-issuer/templates/deployment.yaml index 5258b39dc..aa287c8cd 100644 --- a/deploy/charts/google-cas-issuer/templates/deployment.yaml +++ b/deploy/charts/google-cas-issuer/templates/deployment.yaml @@ -33,4 +33,4 @@ spec: - --metrics-addr=:{{.Values.app.metrics.port}} resources: - {{- toYaml .Values.resources | indent 12 }} + {{- toYaml .Values.resources | nindent 10 }}