diff options
author | farida azmy <farida.azmy.ext@orange.com> | 2021-11-02 11:37:40 +0200 |
---|---|---|
committer | Farida Azmy <farida.azmy.ext@orange.com> | 2022-03-01 11:14:02 +0000 |
commit | 31234fc165623b709e281882e2d2982d80d596e6 (patch) | |
tree | df35b5925be0ae7d61be38ae7e37f33fce09c275 /kubernetes/portal/components/portal-widget/templates | |
parent | 79c67fbff6305b007903bef52435f80f28761995 (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-widget/templates')
-rw-r--r-- | kubernetes/portal/components/portal-widget/templates/deployment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/portal/components/portal-widget/templates/deployment.yaml b/kubernetes/portal/components/portal-widget/templates/deployment.yaml index 246257651a..e9ecece41e 100644 --- a/kubernetes/portal/components/portal-widget/templates/deployment.yaml +++ b/kubernetes/portal/components/portal-widget/templates/deployment.yaml @@ -125,6 +125,7 @@ spec: affinity: {{ toYaml .Values.affinity | indent 10 }} {{- end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: localtime hostPath: |