From 31234fc165623b709e281882e2d2982d80d596e6 Mon Sep 17 00:00:00 2001 From: farida azmy Date: Tue, 2 Nov 2021 11:37:40 +0200 Subject: [PORTAL] Update chart with service account Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2874 Signed-off-by: farida azmy Change-Id: I878ccfce7d7e02875376bc5941af43d3f10fcb2d --- kubernetes/portal/components/portal-sdk/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/portal/components/portal-sdk/templates/deployment.yaml') diff --git a/kubernetes/portal/components/portal-sdk/templates/deployment.yaml b/kubernetes/portal/components/portal-sdk/templates/deployment.yaml index abc5daab80..66e80651c3 100644 --- a/kubernetes/portal/components/portal-sdk/templates/deployment.yaml +++ b/kubernetes/portal/components/portal-sdk/templates/deployment.yaml @@ -161,6 +161,7 @@ spec: {{ toYaml .Values.affinity | indent 10 }} {{- end }} {{ include "common.log.sidecar" . | nindent 6 }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: localtime hostPath: -- cgit 1.2.3-korg