diff options
author | Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> | 2021-10-13 16:21:56 +0000 |
---|---|---|
committer | Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> | 2021-10-13 16:21:56 +0000 |
commit | 8519241507665598f90e5864dc2f2a0605686a9c (patch) | |
tree | dae1e15c43b73945e21d2fe237c577d137d17298 /kubernetes/contrib/components/awx | |
parent | f09d817b0f58f89e9db06875e78404e7d978504e (diff) |
[CONTRIB] Correct serviceaccount for awx
Correct serviceaccount for awx
Issue-ID: OOM-2865
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Ia8a579623fdee973c6ce77c31eb27a06f6545897
Diffstat (limited to 'kubernetes/contrib/components/awx')
-rw-r--r-- | kubernetes/contrib/components/awx/templates/serviceaccount.yaml (renamed from kubernetes/contrib/components/awx/templates/serviceaccout.yaml) | 0 | ||||
-rw-r--r-- | kubernetes/contrib/components/awx/templates/statefulset.yaml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/contrib/components/awx/templates/serviceaccout.yaml b/kubernetes/contrib/components/awx/templates/serviceaccount.yaml index 15baf0e308..15baf0e308 100644 --- a/kubernetes/contrib/components/awx/templates/serviceaccout.yaml +++ b/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 |