[COMMON] Fix resources indent
[oom.git] / kubernetes / aai / components / aai-babel / templates / deployment.yaml
index e52ac7a..5a9618c 100644 (file)
@@ -106,8 +106,7 @@ spec:
           - mountPath: /opt/app/babel/config/logback.xml
             name: config
             subPath: logback.xml
-          resources:
-{{ include "common.resources" . }}
+          resources: {{ include "common.resources" . | nindent 12 }}
       {{- if .Values.nodeSelector }}
       nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 8 }}