diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-10-06 17:18:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-06 17:18:54 +0000 |
commit | f09d817b0f58f89e9db06875e78404e7d978504e (patch) | |
tree | 6cb51adc832e056ac647cb898b5b5b84d8328cab /kubernetes/contrib/components/awx/templates | |
parent | 24a9d489fc776daaf3e1c37c66a3339cd9ba60bd (diff) | |
parent | e273f78d8b8b5eb418535e2c837fe908faa95f2d (diff) |
Merge "[CONTRIB] Update chart with service account"
Diffstat (limited to 'kubernetes/contrib/components/awx/templates')
-rw-r--r-- | kubernetes/contrib/components/awx/templates/statefulset.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/contrib/components/awx/templates/statefulset.yaml b/kubernetes/contrib/components/awx/templates/statefulset.yaml index 1f2c093742..9910aa4634 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" . }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - configMap: defaultMode: 420 |