[COMMON] Fix resources indent
[oom.git] / kubernetes / oof / components / oof-has / components / oof-has-reservation / templates / deployment.yaml
index e7c5d7c..334936c 100755 (executable)
@@ -67,8 +67,7 @@ spec:
           - mountPath: /usr/local/bin/healthy.sh
             name: {{ .Values.global.commonConfigPrefix }}-config
             subPath: healthy.sh
-          resources:
-{{ include "common.resources" . | indent 12 }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}