From 5093301c1d25daaa2e9a42fd7d1ed09c06693208 Mon Sep 17 00:00:00 2001 From: farida azmy Date: Sun, 12 Sep 2021 12:56:40 +0200 Subject: [DCAEMOD] Update chart with service account Add service account to requirements, values & deployment/statefulset Issue-ID: OOM-2827 Signed-off-by: farida azmy Change-Id: Icdf48ad2b443b0c360ee89b13cae5a0db6c74dce --- .../dcaemod/components/dcaemod-nifi-registry/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'kubernetes/dcaemod/components/dcaemod-nifi-registry/templates/deployment.yaml') diff --git a/kubernetes/dcaemod/components/dcaemod-nifi-registry/templates/deployment.yaml b/kubernetes/dcaemod/components/dcaemod-nifi-registry/templates/deployment.yaml index 90561ac231..53f1de59bc 100644 --- a/kubernetes/dcaemod/components/dcaemod-nifi-registry/templates/deployment.yaml +++ b/kubernetes/dcaemod/components/dcaemod-nifi-registry/templates/deployment.yaml @@ -69,6 +69,7 @@ spec: {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "dbsecret" "key" "login") | indent 12 }} - name: NIFI_REGISTRY_DB_PASS {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "dbsecret" "key" "password") | indent 12 }} + serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}} volumes: - name: flow-storage persistentVolumeClaim: -- cgit 1.2.3-korg