diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index bba2e4f3e..9db26ff83 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -169,7 +169,7 @@ spec: path: / port: {{ .Values.service.internalPort }} resources: -{{ toYaml .Values.resources | indent 12 }} +{{ toYaml .Values.resources | indent 10 }} ` const defaultService = `apiVersion: v1