From 37c9876d4a6920eca6c7bef5ba0827425cc63643 Mon Sep 17 00:00:00 2001 From: farida azmy Date: Mon, 18 Oct 2021 13:06:52 +0200 Subject: [NBI] Update chart with service account Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2867 Signed-off-by: farida azmy Change-Id: I63aa457b22c798b481bcca7cc33ca592d7eca0b9 --- kubernetes/nbi/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/nbi/templates/deployment.yaml') diff --git a/kubernetes/nbi/templates/deployment.yaml b/kubernetes/nbi/templates/deployment.yaml index d5f209e94a..b9ed35b0f7 100644 --- a/kubernetes/nbi/templates/deployment.yaml +++ b/kubernetes/nbi/templates/deployment.yaml @@ -146,6 +146,7 @@ spec: affinity: {{ toYaml .Values.affinity | indent 10 }} {{- end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{ include "common.certInitializer.volumes" . | nindent 8 }} - name: localtime hostPath: -- cgit 1.2.3-korg