Skip to content

Commit 224be83

Browse files
committed
fix(smoke): revert failed cluster test
1 parent 77f8c5b commit 224be83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/templates/kuttl/smoke/14-assert.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ commands:
2727
ZOOKEEPER: test-zk-server.__NAMESPACE__.svc.cluster.local:{{ zk_client_port }}
2828
ZOOKEEPER_CHROOT: /
2929
ZOOKEEPER_CLIENT_PORT: "{{ zk_client_port }}"
30-
ZOOKEEPER_HOSTS: test-zk-server.__NAMESPACE__.svc.domainexample.local:{{ zk_client_port }}
30+
ZOOKEEPER_HOSTS: test-zk-server.__NAMESPACE__.svc.cluster.local:{{ zk_client_port }}
3131
YAMLEOF
3232
)
3333
actual=$(kubectl -n $NAMESPACE get cm test-zk -o yaml | yq -o=json '.data')

0 commit comments

Comments
 (0)