[COMMON] Add and run pre-commit linters via tox
[oom.git] / kubernetes / appc / templates / statefulset.yaml
index 2083154..d67e168 100644 (file)
@@ -203,7 +203,7 @@ spec:
             subPath: org.onap.appc.keyfile
           resources:
 {{ include "common.resources" . | indent 12 }}
-       {{- if .Values.nodeSelector }}
+        {{- if .Values.nodeSelector }}
         nodeSelector:
 {{ toYaml .Values.nodeSelector | indent 10 }}
         {{- end -}}