diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-10-06 17:13:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-10-06 17:13:14 +0000 |
commit | 24a9d489fc776daaf3e1c37c66a3339cd9ba60bd (patch) | |
tree | 39da2d4ab359d135e60c413650270bfdd3f32ab0 /kubernetes/holmes/components/holmes-rule-mgmt/values.yaml | |
parent | a1b3470744bcf73eb9d11fd9758931b1c8371e83 (diff) | |
parent | 1e05f29e3d40e0b32eb79498a1d0bc77f32a762d (diff) |
Merge "[HOLMES] Update chart with service account"
Diffstat (limited to 'kubernetes/holmes/components/holmes-rule-mgmt/values.yaml')
-rw-r--r-- | kubernetes/holmes/components/holmes-rule-mgmt/values.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml index 4f4849a5a4..6261b4ebd7 100644 --- a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml +++ b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml @@ -132,3 +132,9 @@ resources: cpu: 500m memory: 2Gi unlimited: {} + +#Pods Service Account +serviceAccount: + nameOverride: holmes-rule-mgmt + roles: + - read |