Merge "[COMMON] Fix resources indent"
[oom.git] / kubernetes / policy / components / policy-clamp-ac-http-ppnt / templates / deployment.yaml
index 36e2eef..23ef33b 100644 (file)
@@ -106,8 +106,7 @@ spec:
             readOnly: true
           - mountPath: /opt/app/policy/clamp/etc/mounted
             name: ac-http-ppnt-config-processed
-          resources:
-{{ include "common.resources" . }}
+          resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}