[COMMON] Fix resources indent
[oom.git] / kubernetes / msb / components / msb-discovery / templates / deployment.yaml
index d9f902b..646189a 100644 (file)
@@ -80,8 +80,7 @@ spec:
             readOnly: true
           - mountPath: /usr/local/discover-works/logs
             name: {{ include "common.fullname" . }}-logs
-          resources:
-{{ include "common.resources" . | indent 12 }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}