[COMMON] Fix resources indent
[oom.git] / kubernetes / policy / components / policy-pap / templates / deployment.yaml
index e052042..f29ab86 100755 (executable)
@@ -125,8 +125,7 @@ spec:
             readOnly: true
           - mountPath: /opt/app/policy/pap/etc/mounted
             name: papconfig-processed
-          resources:
-{{ include "common.resources" . }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}