[COMMON] Fix resources indent
[oom.git] / kubernetes / common / network-name-gen / templates / deployment.yaml
index 97fece8..47f76a3 100644 (file)
@@ -108,8 +108,7 @@ spec:
           mountPath: /opt/etc/config/aai_keystore
           subPath: aai_keystore
           readOnly: true
-        resources:
-{{ include "common.resources" . | indent 12 }}
+        resources: {{ include "common.resources" . | nindent 10 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}