aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/contrib/components/awx/components/awx-postgres/values.yaml
diff options
context:
space:
mode:
authorfarida azmy <farida.azmy.ext@orange.com>2021-10-02 16:04:52 +0200
committerFarida Azmy <farida.azmy.ext@orange.com>2021-10-03 08:16:54 +0000
commite273f78d8b8b5eb418535e2c837fe908faa95f2d (patch)
treef18dcc460604858b7e21fac5e43bd52d0b481ff1 /kubernetes/contrib/components/awx/components/awx-postgres/values.yaml
parenta001a61bdd6430027b39281f9d79366e837c7494 (diff)
[CONTRIB] Update chart with service account
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2848 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: Ide9dc7237dfe87c71a868274f5f102b7b17ac9e5
Diffstat (limited to 'kubernetes/contrib/components/awx/components/awx-postgres/values.yaml')
-rwxr-xr-xkubernetes/contrib/components/awx/components/awx-postgres/values.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/contrib/components/awx/components/awx-postgres/values.yaml b/kubernetes/contrib/components/awx/components/awx-postgres/values.yaml
index a7234caceb..4cf03b2482 100755
--- a/kubernetes/contrib/components/awx/components/awx-postgres/values.yaml
+++ b/kubernetes/contrib/components/awx/components/awx-postgres/values.yaml
@@ -80,3 +80,9 @@ service:
externalPort: 5432
resources: {}
+
+#Pods Service Account
+serviceAccount:
+ nameOverride: awx-postgres
+ roles:
+ - read