We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77f8c5b commit 224be83Copy full SHA for 224be83
1 file changed
tests/templates/kuttl/smoke/14-assert.yaml.j2
@@ -27,7 +27,7 @@ commands:
27
ZOOKEEPER: test-zk-server.__NAMESPACE__.svc.cluster.local:{{ zk_client_port }}
28
ZOOKEEPER_CHROOT: /
29
ZOOKEEPER_CLIENT_PORT: "{{ zk_client_port }}"
30
- ZOOKEEPER_HOSTS: test-zk-server.__NAMESPACE__.svc.domainexample.local:{{ zk_client_port }}
+ ZOOKEEPER_HOSTS: test-zk-server.__NAMESPACE__.svc.cluster.local:{{ zk_client_port }}
31
YAMLEOF
32
)
33
actual=$(kubectl -n $NAMESPACE get cm test-zk -o yaml | yq -o=json '.data')
0 commit comments