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-mariadb/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/portal/components/portal-mariadb/templates') diff --git a/kubernetes/portal/components/portal-mariadb/templates/deployment.yaml b/kubernetes/portal/components/portal-mariadb/templates/deployment.yaml index 7e94c76896..1d0d5bc5e5 100644 --- a/kubernetes/portal/components/portal-mariadb/templates/deployment.yaml +++ b/kubernetes/portal/components/portal-mariadb/templates/deployment.yaml @@ -102,6 +102,7 @@ spec: affinity: {{ toYaml .Values.affinity | indent 10 }} {{- end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{- if .Values.persistence.enabled }} - name: mariadb-data -- cgit 1.2.3-korg