From 11e021d103a564950f284f0940a45c23a6c5e102 Mon Sep 17 00:00:00 2001 From: farida azmy Date: Sat, 2 Oct 2021 15:18:20 +0200 Subject: [CLI] Update chart with service account Add service account to requirements, values and deployment/statefulset Issue-ID: OOM-2847 Signed-off-by: farida azmy Change-Id: I0549062fed7a66b9627cfbd53814d7b79bded947 --- kubernetes/cli/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/cli/templates') diff --git a/kubernetes/cli/templates/deployment.yaml b/kubernetes/cli/templates/deployment.yaml index 735308754f..0a3f967eee 100644 --- a/kubernetes/cli/templates/deployment.yaml +++ b/kubernetes/cli/templates/deployment.yaml @@ -75,6 +75,7 @@ spec: affinity: {{ toYaml .Values.affinity | indent 10 }} {{- end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{ include "common.certInitializer.volumes" . | nindent 6 }} - name: lighttpd configMap: -- cgit 1.2.3-korg