We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16437a7 commit ef334c8Copy full SHA for ef334c8
charts/hdx-oss-v2/data/users.xml
@@ -43,7 +43,7 @@
43
</grants>
44
</app>
45
<otelcollector>
46
- <password>{{ .Values.clickhouse.config.users.otelUserPassword }}</password>
+ <password>{{ .Values.otel.clickhousePassword | default .Values.clickhouse.config.users.otelUserPassword }}</password>
47
<networks>
48
{{- if .Values.clickhouse.config.clusterCidrs }}
49
{{- range .Values.clickhouse.config.clusterCidrs }}
0 commit comments