Skip to content

Commit ef334c8

Browse files
committed
feedback: update otelcollector password mapping
1 parent 16437a7 commit ef334c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/hdx-oss-v2/data/users.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</grants>
4444
</app>
4545
<otelcollector>
46-
<password>{{ .Values.clickhouse.config.users.otelUserPassword }}</password>
46+
<password>{{ .Values.otel.clickhousePassword | default .Values.clickhouse.config.users.otelUserPassword }}</password>
4747
<networks>
4848
{{- if .Values.clickhouse.config.clusterCidrs }}
4949
{{- range .Values.clickhouse.config.clusterCidrs }}

0 commit comments

Comments
 (0)