From 3f7b3755e7c3e6af70b76690a67b95d4ed55a198 Mon Sep 17 00:00:00 2001 From: efiacor Date: Mon, 28 Nov 2022 10:38:56 +0000 Subject: [POLICY-SDC-DIST] Upgrade policy-distribtuion to use kafka native Policy dist to use kafka native Signed-off-by: efiacor Change-Id: Id83dcd6c4af0bff37689178330827ce96246b5ae Issue-ID: DMAAP-1816 --- .../components/policy-distribution/templates/deployment.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'kubernetes/policy/components/policy-distribution/templates/deployment.yaml') diff --git a/kubernetes/policy/components/policy-distribution/templates/deployment.yaml b/kubernetes/policy/components/policy-distribution/templates/deployment.yaml index 4745aac23b..9c71ac1920 100755 --- a/kubernetes/policy/components/policy-distribution/templates/deployment.yaml +++ b/kubernetes/policy/components/policy-distribution/templates/deployment.yaml @@ -75,6 +75,13 @@ spec: - name: {{ include "common.name" . }} image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.image }} imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} + env: + - name: SECURITY_PROTOCOL + value: {{ .Values.config.kafka.securityProtocol }} + - name: SASL_MECHANISM + value: {{ .Values.config.kafka.saslMechanism }} + - name: SASL_JAAS_CONFIG + {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "policy-dist-kafka-user" "key" "sasl.jaas.config") | indent 12 }} {{- if .Values.global.aafEnabled }} command: ["sh","-c"] args: ["source {{ .Values.certInitializer.credsPath }}/.ci;\ -- cgit 1.2.3-korg