Skip to content

Commit ffc208e

Browse files
committed
tests: fix tls tests
1 parent f2494b4 commit ffc208e

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

tests/templates/kuttl/tls/10-install-zookeeper.yaml.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{% if test_scenario['values']['zookeeper-latest'] != 'false' %}
21
---
32
apiVersion: zookeeper.stackable.tech/v1alpha1
43
kind: ZookeeperCluster
@@ -19,4 +18,3 @@ spec:
1918
roleGroups:
2019
default:
2120
replicas: 1
22-
{% endif %}

tests/templates/kuttl/tls/20-install-kafka.yaml.j2

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{% if test_scenario['values']['zookeeper-latest'] == 'false' %}
21
---
32
apiVersion: zookeeper.stackable.tech/v1alpha1
43
kind: ZookeeperZnode
@@ -7,7 +6,6 @@ metadata:
76
spec:
87
clusterRef:
98
name: test-zk
10-
{% endif %}
119
{% if test_scenario['values']['use-client-auth-tls'] == 'true' %}
1210
---
1311
apiVersion: authentication.stackable.tech/v1alpha1
@@ -60,17 +58,7 @@ spec:
6058
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
6159
vectorAggregatorConfigMapName: vector-aggregator-discovery
6260
{% endif %}
63-
{% if test_scenario['values']['zookeeper-latest'] != 'false' %}
6461
zookeeperConfigMapName: test-kafka-znode
65-
{% else %}
66-
controllers:
67-
config:
68-
logging:
69-
enableVectorAgent: {{ lookup('env', 'VECTOR_AGGREGATOR') | length > 0 }}
70-
roleGroups:
71-
default:
72-
replicas: 3
73-
{% endif %}
7462
brokers:
7563
config:
7664
logging:

0 commit comments

Comments
 (0)