[COMMON] Fix resources indent
[oom.git] / kubernetes / aaf / components / aaf-sms / components / aaf-sms-vault / templates / statefulset.yaml
index 994e155..f92847f 100644 (file)
@@ -67,8 +67,7 @@ spec:
         - mountPath: /etc/localtime
           name: localtime
           readOnly: true
-        resources:
-{{ include "common.resources" . | indent 10 }}
+        resources: {{ include "common.resources" . | nindent 10 }}
       - image: {{ include "repositoryGenerator.dockerHubRepository" . }}/{{ .Values.image.consul }}
         name: {{ include "common.name" . }}-backend
         imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}
@@ -87,8 +86,7 @@ spec:
         - mountPath: /etc/localtime
           name: localtime
           readOnly: true
-        resources:
-{{ include "common.resources" . | indent 10 }}
+        resources: {{ include "common.resources" . | nindent 10 }}
       volumes:
         - name: {{ include "common.fullname" . }}-consulconfiguration
           configMap: