From d893733af9926552824f8195a57f56998d2f8a2d Mon Sep 17 00:00:00 2001 From: farida azmy Date: Tue, 9 Mar 2021 12:20:42 +0200 Subject: [AAI] Update chart with service account Add service account to requirements.yaml, values.yaml and deployment/statefulset Issue-ID: OOM-2704 Signed-off-by: farida azmy Co-authored-by: Sylvain Desbureaux Change-Id: Id03799f7a7ed1a031c7d819999496b18bac80881 --- kubernetes/aai/components/aai-modelloader/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/aai/components/aai-modelloader/templates') diff --git a/kubernetes/aai/components/aai-modelloader/templates/deployment.yaml b/kubernetes/aai/components/aai-modelloader/templates/deployment.yaml index 0d24bfe957..7509f88090 100644 --- a/kubernetes/aai/components/aai-modelloader/templates/deployment.yaml +++ b/kubernetes/aai/components/aai-modelloader/templates/deployment.yaml @@ -87,6 +87,7 @@ spec: name: aai-filebeat resources: {{ include "common.resources" . }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: localtime hostPath: -- cgit 1.2.3-korg