Skip to content

Commit 01c54d3

Browse files
committed
docs: add example on tilde
1 parent 57e4557 commit 01c54d3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: "clickhouse.altinity.com/v1"
2+
kind: "ClickHouseInstallation"
3+
metadata:
4+
name: "settings-tilde"
5+
spec:
6+
configuration:
7+
users:
8+
# test user has 'password' specified, while admin user has 'password_sha256_hex' specified
9+
test/password: qwerty
10+
test/networks/ip:
11+
- "127.0.0.1/32"
12+
- "192.168.74.1/24"
13+
- ~
14+
clusters:
15+
- name: "standard"
16+
layout:
17+
shardsCount: 1
18+
replicasCount: 1

0 commit comments

Comments
 (0)