Skip to content

Commit

Permalink
Remove dashes from cluster names as somemigrations don't support it
Browse files Browse the repository at this point in the history
  • Loading branch information
frankh committed Oct 20, 2023
1 parent b7f84f9 commit 076230d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/kubetest/test_clickhouse_external_via_secret.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""
clickhouse:
enabled: true
cluster: name-with-dash
cluster: namewithoutdash
database: kubetest_db
user: kubeuser
password: kubetestpw
Expand Down Expand Up @@ -46,7 +46,7 @@
externalClickhouse:
host: "clickhouse-posthog.clickhouse.svc.cluster.local"
cluster: name-with-dash
cluster: namewithoutdash
database: kubetest_db
user: kubeuser
password: kubetestpw
Expand All @@ -61,7 +61,7 @@
externalClickhouse:
host: "clickhouse-posthog.clickhouse.svc.cluster.local"
cluster: name-with-dash
cluster: namewithoutdash
database: kubetest_db
user: kubeuser
existingSecret: clickhouse-existing-secret
Expand Down

0 comments on commit 076230d

Please sign in to comment.