Skip to content

Commit

Permalink
fix zk crd changes in integration tests (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
maltesander authored Nov 7, 2023
1 parent d664aa3 commit 8a96402
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ spec:
productVersion: "{{ test_scenario['values']['zookeeper-latest'] }}"
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
clusterConfig:
logging:
vectorAggregatorConfigMapName: vector-aggregator-discovery
vectorAggregatorConfigMapName: vector-aggregator-discovery
{% endif %}
servers:
config:
Expand Down
3 changes: 1 addition & 2 deletions tests/templates/kuttl/ldap/10-install-zk.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ spec:
productVersion: "{{ test_scenario['values']['zookeeper-latest'] }}"
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
clusterConfig:
logging:
vectorAggregatorConfigMapName: vector-aggregator-discovery
vectorAggregatorConfigMapName: vector-aggregator-discovery
{% endif %}
servers:
config:
Expand Down
3 changes: 1 addition & 2 deletions tests/templates/kuttl/logging/02-install-zookeeper.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ spec:
productVersion: "{{ test_scenario['values']['zookeeper-latest'] }}"
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
clusterConfig:
logging:
vectorAggregatorConfigMapName: vector-aggregator-discovery
vectorAggregatorConfigMapName: vector-aggregator-discovery
{% endif %}
servers:
config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ spec:
productVersion: "{{ test_scenario['values']['zookeeper-latest'] }}"
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
clusterConfig:
logging:
vectorAggregatorConfigMapName: vector-aggregator-discovery
vectorAggregatorConfigMapName: vector-aggregator-discovery
{% endif %}
servers:
config:
Expand Down
3 changes: 1 addition & 2 deletions tests/templates/kuttl/resources/01-install-zk.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ spec:
productVersion: "{{ test_scenario['values']['zookeeper-latest'] }}"
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
clusterConfig:
logging:
vectorAggregatorConfigMapName: vector-aggregator-discovery
vectorAggregatorConfigMapName: vector-aggregator-discovery
{% endif %}
servers:
config:
Expand Down
3 changes: 1 addition & 2 deletions tests/templates/kuttl/smoke/20-install-zk.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ spec:
clusterConfig:
listenerClass: {{ test_scenario['values']['listener-class'] }}
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
logging:
vectorAggregatorConfigMapName: vector-aggregator-discovery
vectorAggregatorConfigMapName: vector-aggregator-discovery
{% endif %}
servers:
config:
Expand Down
3 changes: 1 addition & 2 deletions tests/templates/kuttl/upgrade/01-install-zk.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ spec:
productVersion: "{{ test_scenario['values']['zookeeper-latest'] }}"
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
clusterConfig:
logging:
vectorAggregatorConfigMapName: vector-aggregator-discovery
vectorAggregatorConfigMapName: vector-aggregator-discovery
{% endif %}
servers:
config:
Expand Down

0 comments on commit 8a96402

Please sign in to comment.