diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2022-08-03 10:58:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-08-03 10:58:21 +0000 |
commit | 51cb65c4e56a2ba8e6fe2b6516a8cb8e421e2493 (patch) | |
tree | 2574d65c48084c0ba9e082f96768ed32f60f4c97 /kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml | |
parent | 06610f746e30ac74b976680bc2967a6c131488cb (diff) | |
parent | 73c5f00c93faa9238e8721fa4345c35ae256ccb1 (diff) |
Merge "[POLICY] Add strimzi kafka config from helm charts"
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml')
-rw-r--r-- | kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml b/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml index b13e013f47..a127885cce 100644 --- a/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml @@ -46,6 +46,10 @@ spec: {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "restserver-secret" "key" "login") | indent 10 }} - name: RESTSERVER_PASSWORD {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "restserver-secret" "key" "password") | indent 10 }} +{{- if .Values.config.useStrimziKafka }} + - name: JAASLOGIN + {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "policy-kafka-user" "key" "sasl.jaas.config") | indent 10 }} +{{- end }} volumeMounts: - mountPath: /config-input name: ac-pf-ppnt-config |