Merge "[CONTRIB] Correct serviceaccount for awx"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 15 Oct 2021 13:08:22 +0000 (13:08 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 15 Oct 2021 13:08:22 +0000 (13:08 +0000)
kubernetes/contrib/components/awx/templates/serviceaccount.yaml [moved from kubernetes/contrib/components/awx/templates/serviceaccout.yaml with 100% similarity]
kubernetes/contrib/components/awx/templates/statefulset.yaml

index 9910aa4..1f2c093 100644 (file)
@@ -180,7 +180,7 @@ spec:
             cpu: 500m
             memory: 1Gi
       serviceAccount: {{ include "common.fullname" . }}
-      serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
+      serviceAccountName: {{ include "common.fullname" }}
       volumes:
       - configMap:
           defaultMode: 420