Skip to content

Commit

Permalink
Updated integration tests (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig authored Nov 3, 2023
1 parent 0695533 commit 12c0297
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 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/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/10-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
3 changes: 1 addition & 2 deletions tests/templates/kuttl/smoke/10-install-zookeeper.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

0 comments on commit 12c0297

Please sign in to comment.