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-wfd-fe/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml') diff --git a/kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml b/kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml index b8073d723d..d221c07612 100644 --- a/kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml +++ b/kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml @@ -178,6 +178,7 @@ spec: requests: cpu: 3m memory: 20Mi + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{ include "common.certInitializer.volumes" . | nindent 8 }} - name: {{ include "common.fullname" . }}-localtime hostPath: -- cgit 1.2.3-korg