[COMMON] Fix resources indent
[oom.git] / kubernetes / policy / components / policy-apex-pdp / templates / statefulset.yaml
index 71320dc..dd1c047 100755 (executable)
@@ -110,8 +110,7 @@ spec:
             name: policy-logs
           - mountPath: /home/apexuser/config
             name: apexconfig
-          resources:
-{{ include "common.resources" . }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}