From 37481801565c24fd5651a812adac5387f8e50e2f Mon Sep 17 00:00:00 2001 From: farida azmy Date: Sun, 11 Apr 2021 15:41:32 +0200 Subject: [DCAEGEN2] Update chart with service account Add service account to requirements.yaml, values.yaml and deployment/statefulset. Issue-ID: OOM-2726 Signed-off-by: farida azmy Co-authored-by: Sylvain Desbureaux Change-Id: I6bafed3c621f4e7b1a307bc9338334586eb6795e Signed-off-by: Abdelmuhaimen Seaudi --- .../dcaegen2/components/dcae-inventory-api/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/dcaegen2/components/dcae-inventory-api/templates/deployment.yaml') diff --git a/kubernetes/dcaegen2/components/dcae-inventory-api/templates/deployment.yaml b/kubernetes/dcaegen2/components/dcae-inventory-api/templates/deployment.yaml index d25d63c361..7c3746a0a3 100644 --- a/kubernetes/dcaegen2/components/dcae-inventory-api/templates/deployment.yaml +++ b/kubernetes/dcaegen2/components/dcae-inventory-api/templates/deployment.yaml @@ -152,6 +152,7 @@ spec: - mountPath: /usr/share/filebeat/filebeat.yml name: filebeat-conf subPath: filebeat.yml + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - emptyDir: {} name: component-log -- cgit 1.2.3-korg