From 13388baca0e98f0f870ba77f40e2e2a944cf08d0 Mon Sep 17 00:00:00 2001 From: farida azmy Date: Wed, 17 Mar 2021 11:33:28 +0200 Subject: [DMAAP] Update chart with service account Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2702 Signed-off-by: farida azmy Co-authored-by: Sylvain Desbureaux Change-Id: Id63ae33ce92a5192d43ff0f782487b3974fc5f41 --- kubernetes/dmaap/components/message-router/templates/statefulset.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/dmaap/components/message-router/templates') diff --git a/kubernetes/dmaap/components/message-router/templates/statefulset.yaml b/kubernetes/dmaap/components/message-router/templates/statefulset.yaml index c0d32a362b..9bad341792 100644 --- a/kubernetes/dmaap/components/message-router/templates/statefulset.yaml +++ b/kubernetes/dmaap/components/message-router/templates/statefulset.yaml @@ -137,6 +137,7 @@ spec: name: jetty {{- end }} resources: {{ include "common.resources" . | nindent 12 }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: {{ include "common.certInitializer.volumes" . | nindent 8 }} - name: localtime hostPath: -- cgit 1.2.3-korg