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