Skip to content

Commit

Permalink
Updated integration tests (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig authored Nov 3, 2023
1 parent 8e32e14 commit b1d6929
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 24 deletions.
3 changes: 1 addition & 2 deletions tests/templates/kuttl/authorizer/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
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
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/ingestion-s3-ext/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
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-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
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-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/s3-deep-storage/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/30-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'] }}"
{% 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/tls/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 b1d6929

Please sign in to comment.