From ffad032ca824606aa9c3f32f355d013e60f6142a Mon Sep 17 00:00:00 2001 From: farida azmy Date: Fri, 9 Apr 2021 14:18:14 +0200 Subject: [CDS] Update chart with service account Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2723 Signed-off-by: farida azmy Change-Id: Ic254ec1865501bab90f47d07a37b230c228a7446 --- .../cds/components/cds-blueprints-processor/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml') diff --git a/kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml b/kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml index c2e034204c..fd5265d2ce 100755 --- a/kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml +++ b/kubernetes/cds/components/cds-blueprints-processor/templates/deployment.yaml @@ -190,6 +190,7 @@ spec: affinity: {{ toYaml .Values.affinity | indent 10 }} {{- end }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: localtime hostPath: -- cgit 1.2.3-korg