[COMMON] Fix resources indent
[oom.git] / kubernetes / policy / components / policy-gui / templates / deployment.yaml
index 5a43fc7..8513943 100644 (file)
@@ -125,8 +125,7 @@ spec:
           - mountPath: /opt/app/policy/gui/etc/logback.xml
             name: policy-gui-config-processed
             subPath: logback.xml
-          resources:
-{{ include "common.resources" . | indent 12 }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}