about summary refs log tree commit diff
path: root/k8s/payload-processor/templates/deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'k8s/payload-processor/templates/deployment.yaml')
-rw-r--r--k8s/payload-processor/templates/deployment.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/k8s/payload-processor/templates/deployment.yaml b/k8s/payload-processor/templates/deployment.yaml
index c86398d..b9ab76e 100644
--- a/k8s/payload-processor/templates/deployment.yaml
+++ b/k8s/payload-processor/templates/deployment.yaml
@@ -34,11 +34,11 @@ spec:
           resources:
             {{- toYaml .Values.resources | nindent 12 }}
           env:
-          - name: RABBITMQ_PASSWORD
+          - name: KAFKA_PASSWORD
             valueFrom:
               secretKeyRef:
-                name: rabbitmq
-                key: rabbitmq-password
+                name: kafka-user-passwords
+                key: client-passwords
       {{- with .Values.nodeSelector }}
       nodeSelector:
         {{- toYaml . | nindent 8 }}