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-healthcheck/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/dcaegen2/components/dcae-healthcheck/templates') diff --git a/kubernetes/dcaegen2/components/dcae-healthcheck/templates/deployment.yaml b/kubernetes/dcaegen2/components/dcae-healthcheck/templates/deployment.yaml index 9514f41b86..641dfdf926 100644 --- a/kubernetes/dcaegen2/components/dcae-healthcheck/templates/deployment.yaml +++ b/kubernetes/dcaegen2/components/dcae-healthcheck/templates/deployment.yaml @@ -74,6 +74,7 @@ spec: value: {{ include "common.release" . }} - name: DEPLOY_LABEL value: cfydeployment + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: {{ include "common.fullname" . }}-expected-components configMap: -- cgit 1.2.3-korg