[CONTRIB] Correct serviceaccount for awx 11/124911/1
authorAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Wed, 13 Oct 2021 16:21:56 +0000 (16:21 +0000)
committerAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Wed, 13 Oct 2021 16:21:56 +0000 (16:21 +0000)
Correct serviceaccount for awx

Issue-ID: OOM-2865
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Ia8a579623fdee973c6ce77c31eb27a06f6545897

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