Skip to content

Commit c94ceaa

Browse files
authored
fix(docs): update connection command in NOTES.txt for ClickHouse client (#88)
1 parent e378cd6 commit c94ceaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/clickhouse/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Your ClickHouseInstallation resource has been created.
2222
Once the cluster is available you can connect with:
2323

2424
kubectl -n {{ .Release.Namespace }} exec -it \
25-
chi-{{ include "clickhouse.clustername" . }}-clickhouse-{{ include "clickhouse.clustername" . }}-0-0-0 \
25+
chi-{{ include "clickhouse.fullname" . }}-{{ include "clickhouse.clustername" . }}-0-0-0 \
2626
clickhouse-client
2727

2828
Or if you'd like to connect a client you can use port forwarding:

0 commit comments

Comments
 (0)