Skip to content

Commit 7b77186

Browse files
committed
remove listener class from zk in test
1 parent 00af004 commit 7b77186

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/templates/kuttl/smoke/20-install-zk.yaml.j2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ spec:
77
image:
88
productVersion: "{{ test_scenario['values']['zookeeper'] }}"
99
pullPolicy: IfNotPresent
10-
clusterConfig:
11-
listenerClass: {{ test_scenario['values']['listener-class'] }}
1210
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
11+
clusterConfig:
1312
vectorAggregatorConfigMapName: vector-aggregator-discovery
1413
{% endif %}
1514
servers:

0 commit comments

Comments
 (0)