File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/use-cases/observability/clickstack/example-datasets Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ export CLICKHOUSE_URL=<CLICKHOUSE_CLOUD_URL> # full https url
173173export CLICKHOUSE_USER=< CLICKHOUSE_USER>
174174export CLICKHOUSE_PASSWORD=< CLICKHOUSE_PASSWORD>
175175
176- helm install my-hyperdx hyperdx/hdx-oss-v2 --set clickhouse.enabled=false --set clickhouse.persistence.enabled=false --set otel.clickhouseEndpoint=${CLICKHOUSE_URL} --set clickhouse.config.users.otelUser =${CLICKHOUSE_USER} --set clickhouse.config.users.otelUserPassword=${CLICKHOUSE_PASSWORD} --set global.storageClassName=" standard-rwo" -n otel-demo
176+ helm install my-hyperdx hyperdx/hdx-oss-v2 --set clickhouse.enabled=false --set clickhouse.persistence.enabled=false --set otel.clickhouseEndpoint=${CLICKHOUSE_URL} --set clickhouse.config.users.otelUserName =${CLICKHOUSE_USER} --set clickhouse.config.users.otelUserPassword=${CLICKHOUSE_PASSWORD} --set global.storageClassName=" standard-rwo" -n otel-demo
177177```
178178
179179</details >
You can’t perform that action at this time.
0 commit comments