aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/common/templates/_resources.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/common/common/templates/_resources.tpl')
-rw-r--r--kubernetes/common/common/templates/_resources.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/common/common/templates/_resources.tpl b/kubernetes/common/common/templates/_resources.tpl
index fae77435a3..cd60b996ce 100644
--- a/kubernetes/common/common/templates/_resources.tpl
+++ b/kubernetes/common/common/templates/_resources.tpl
@@ -55,5 +55,5 @@
*/ -}}
{{- define "common.resources" -}}
{{- $flavor := include "common.flavor" . -}}
-{{- toYaml (pluck $flavor .Values.resources | first) | indent 12 -}}
+{{- toYaml (pluck $flavor .Values.resources | first) -}}
{{- end -}}