From dc9aef0ad9e69059d31bf901b35298f27134623a Mon Sep 17 00:00:00 2001 From: farida azmy Date: Wed, 7 Apr 2021 17:07:09 +0200 Subject: [COMMON][DGBUILDER] Update chart with service account Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2720 Signed-off-by: farida azmy Change-Id: Iefe02cad5b2069879d043d17465f248f1f731519 --- kubernetes/common/dgbuilder/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/common/dgbuilder/templates/deployment.yaml') diff --git a/kubernetes/common/dgbuilder/templates/deployment.yaml b/kubernetes/common/dgbuilder/templates/deployment.yaml index ad3e4cf128..6538ad0836 100644 --- a/kubernetes/common/dgbuilder/templates/deployment.yaml +++ b/kubernetes/common/dgbuilder/templates/deployment.yaml @@ -128,6 +128,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 -- cgit