[COMMON] Fix resources indent
[oom.git] / kubernetes / msb / components / kube2msb / templates / deployment.yaml
index ed99dee..d03b67b 100644 (file)
@@ -65,8 +65,7 @@ spec:
           - mountPath: /etc/localtime
             name: localtime
             readOnly: true
-          resources:
-{{ include "common.resources" . | indent 12 }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}