diff options
author | farida azmy <farida.azmy.ext@orange.com> | 2021-10-03 13:22:55 +0200 |
---|---|---|
committer | farida azmy <farida.azmy.ext@orange.com> | 2021-10-05 17:17:11 +0200 |
commit | 1e05f29e3d40e0b32eb79498a1d0bc77f32a762d (patch) | |
tree | c35facb3ca1b8d1f688a6a0255109686c498caac /kubernetes/holmes/components/holmes-engine-mgmt/values.yaml | |
parent | a001a61bdd6430027b39281f9d79366e837c7494 (diff) |
[HOLMES] Update chart with service account
Add service account to requirements, values and deployment/statefulset
Issue-ID: OOM-2849
Signed-off-by: farida azmy <farida.azmy.ext@orange.com>
Change-Id: I9b92b925576c3f85d5dbd0a02a6c454eddd9961d
Diffstat (limited to 'kubernetes/holmes/components/holmes-engine-mgmt/values.yaml')
-rw-r--r-- | kubernetes/holmes/components/holmes-engine-mgmt/values.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml index bbdc3e09cd..1bdf35da21 100644 --- a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml +++ b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml @@ -128,3 +128,9 @@ resources: cpu: 250m memory: 1Gi unlimited: {} + +#Pods Service Account +serviceAccount: + nameOverride: holmes-engine-mgmt + roles: + - read |