[AAI-ML] Move aai-modelloader to use strimzi kafka user template
[oom.git] / kubernetes / aai / components / aai-modelloader / templates / deployment.yaml
index 8e481b9..bab0e0c 100644 (file)
@@ -102,6 +102,11 @@ spec:
         env:
         - name: CONFIG_HOME
           value: /opt/app/model-loader/config/
+        - name: SASL_JAAS_CONFIG
+          valueFrom:
+            secretKeyRef:
+              name: {{ include "common.name" . }}-ku
+              key: sasl.jaas.config
         volumeMounts: {{ include "common.certInitializer.volumeMount" . | nindent 8 }}
         - mountPath: /etc/localtime
           name: localtime