From: Abdelmuhaimen Seaudi Date: Wed, 13 Oct 2021 16:21:56 +0000 (+0000) Subject: [CONTRIB] Correct serviceaccount for awx X-Git-Tag: 9.0.0~75^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=8519241507665598f90e5864dc2f2a0605686a9c [CONTRIB] Correct serviceaccount for awx Correct serviceaccount for awx Issue-ID: OOM-2865 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: Ia8a579623fdee973c6ce77c31eb27a06f6545897 --- diff --git a/kubernetes/contrib/components/awx/templates/serviceaccout.yaml b/kubernetes/contrib/components/awx/templates/serviceaccount.yaml similarity index 100% rename from kubernetes/contrib/components/awx/templates/serviceaccout.yaml rename to kubernetes/contrib/components/awx/templates/serviceaccount.yaml diff --git a/kubernetes/contrib/components/awx/templates/statefulset.yaml b/kubernetes/contrib/components/awx/templates/statefulset.yaml index 9910aa4634..1f2c093742 100644 --- a/kubernetes/contrib/components/awx/templates/statefulset.yaml +++ b/kubernetes/contrib/components/awx/templates/statefulset.yaml @@ -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