From 72513551b8489de68d2e1f20284b2f0962f6e514 Mon Sep 17 00:00:00 2001 From: farida azmy Date: Tue, 12 Oct 2021 18:55:21 +0200 Subject: [MULTICLOUD] Update chart with service account Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2862 Signed-off-by: farida azmy Change-Id: Ia20fb51256e20e6582a2b9e0d89159742992fea4 --- kubernetes/multicloud/components/multicloud-starlingx/values.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kubernetes/multicloud/components/multicloud-starlingx/values.yaml') 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 -- cgit 1.2.3-korg