From 1383b4c295530f8e7288987ad919ab8790a22a6f Mon Sep 17 00:00:00 2001 From: farida azmy Date: Tue, 6 Apr 2021 12:33:31 +0200 Subject: [SDC] Update chart with service account Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2717 Signed-off-by: farida azmy Change-Id: I57a398865c2dea8dd5989dc2e9d80843bfabd3b5 --- kubernetes/sdc/components/sdc-cs/templates/job.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/sdc/components/sdc-cs/templates') diff --git a/kubernetes/sdc/components/sdc-cs/templates/job.yaml b/kubernetes/sdc/components/sdc-cs/templates/job.yaml index bb218bbfae..fb849b9f25 100644 --- a/kubernetes/sdc/components/sdc-cs/templates/job.yaml +++ b/kubernetes/sdc/components/sdc-cs/templates/job.yaml @@ -96,6 +96,7 @@ spec: requests: cpu: 200m memory: 300Mi + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: {{ include "common.fullname" . }}-environments configMap: -- cgit 1.2.3-korg