aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/portal/components/portal-sdk/Chart.yaml
diff options
context:
space:
mode:
authorfarida azmy <farida.azmy.ext@orange.com>2021-11-02 11:37:40 +0200
committerFarida Azmy <farida.azmy.ext@orange.com>2022-03-01 11:14:02 +0000
commit31234fc165623b709e281882e2d2982d80d596e6 (patch)
treedf35b5925be0ae7d61be38ae7e37f33fce09c275 /kubernetes/portal/components/portal-sdk/Chart.yaml
parent79c67fbff6305b007903bef52435f80f28761995 (diff)
[PORTAL] Update chart with service account
Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2874 Signed-off-by: farida azmy <farida.azmy.ext@orange.com> Change-Id: I878ccfce7d7e02875376bc5941af43d3f10fcb2d
Diffstat (limited to 'kubernetes/portal/components/portal-sdk/Chart.yaml')
-rw-r--r--kubernetes/portal/components/portal-sdk/Chart.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/portal/components/portal-sdk/Chart.yaml b/kubernetes/portal/components/portal-sdk/Chart.yaml
index 6535998331..02c17333ab 100644
--- a/kubernetes/portal/components/portal-sdk/Chart.yaml
+++ b/kubernetes/portal/components/portal-sdk/Chart.yaml
@@ -30,3 +30,6 @@ dependencies:
- name: repositoryGenerator
version: ~10.x-0
repository: '@local'
+ - name: serviceAccount
+ version: ~10.x-0
+ repository: '@local'