Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit f29504b

Browse files
committed
add env var into deployment
1 parent 06a57c3 commit f29504b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/hive-metastore/templates/deployment.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ spec:
3737
- name: thrift
3838
containerPort: 9083
3939
protocol: TCP
40+
env:
41+
- name: KAFKA_BROKER_URL
42+
value: {{ .Values.listener.kafka-broker-url }}
43+
- name: KAFKA_TOPIC_NAME
44+
value: {{ .Values.listener.kafka-topic-name }}
4045
readinessProbe:
4146
tcpSocket:
4247
port: 9083

0 commit comments

Comments
 (0)