[COMMON] Fix resources indent
[oom.git] / kubernetes / aaf / components / aaf-sms / components / aaf-sms-quorumclient / templates / statefulset.yaml
index 0e9e66d..85d6201 100644 (file)
@@ -72,8 +72,7 @@ spec:
           - mountPath: /quorumclient/auth
             name: {{ include "common.fullname" . }}-data
 {{- end }}
-        resources:
-{{ include "common.resources" . | indent 10 }}
+        resources: {{ include "common.resources" . | nindent 10 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}