diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2021-11-04 08:35:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-04 08:35:29 +0000 |
commit | fe6e6f63ab60274f56ba3a1a93816bead266faa4 (patch) | |
tree | 24bd23135e6d25825431fa057afd1281701d9735 /kubernetes/multicloud/components/multicloud-starlingx/values.yaml | |
parent | 0be98332f1b0abef6f8877f1cdae95a06901c377 (diff) | |
parent | 72513551b8489de68d2e1f20284b2f0962f6e514 (diff) |
Merge "[MULTICLOUD] Update chart with service account"
Diffstat (limited to 'kubernetes/multicloud/components/multicloud-starlingx/values.yaml')
-rw-r--r-- | kubernetes/multicloud/components/multicloud-starlingx/values.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/multicloud/components/multicloud-starlingx/values.yaml b/kubernetes/multicloud/components/multicloud-starlingx/values.yaml index aa471027f1..69e4d943bd 100644 --- a/kubernetes/multicloud/components/multicloud-starlingx/values.yaml +++ b/kubernetes/multicloud/components/multicloud-starlingx/values.yaml @@ -88,3 +88,9 @@ resources: cpu: 20m memory: 2Gi unlimited: {} + +#Pods Service Account +serviceAccount: + nameOverride: multicloud-starlingx + roles: + - read |