From 32c5ed84d336982b750bc17aa72e70006b413be4 Mon Sep 17 00:00:00 2001 From: farida azmy Date: Wed, 4 Aug 2021 14:46:09 +0200 Subject: [SDNC] Update chart with service account Add service account to chart Issue-ID: OOM-2719 Signed-off-by: farida azmy Change-Id: I263f53a60e32867f61b2d85cc4dc8a78d9701449 --- kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml') diff --git a/kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml b/kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml index f168997d3f..21416c9b5f 100644 --- a/kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml +++ b/kubernetes/sdnc/components/sdnc-web/templates/deployment.yaml @@ -101,6 +101,7 @@ spec: {{- if .Values.affinity }} affinity: {{ toYaml .Values.affinity | nindent 8 }} {{- end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{ include "common.certInitializer.volumes" . | nindent 6 }} - name: localtime hostPath: -- cgit 1.2.3-korg