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-be/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/sdc/components/sdc-wfd-be/templates') diff --git a/kubernetes/sdc/components/sdc-wfd-be/templates/deployment.yaml b/kubernetes/sdc/components/sdc-wfd-be/templates/deployment.yaml index de75092f8a..343bda8ff9 100644 --- a/kubernetes/sdc/components/sdc-wfd-be/templates/deployment.yaml +++ b/kubernetes/sdc/components/sdc-wfd-be/templates/deployment.yaml @@ -144,6 +144,7 @@ spec: value: "{{ .Values.config.serverSSLTrustStoreType }}" volumeMounts: {{ include "common.certInitializer.volumeMount" . | nindent 10 }} resources: {{ include "common.resources" . | nindent 12 }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{ include "common.certInitializer.volumes" . | nindent 8 }} imagePullSecrets: - name: "{{ include "common.namespace" . }}-docker-registry-key" -- cgit 1.2.3-korg