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 }}