File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ kind: TestStep
44commands:
55 - script: |
66 kubectl apply -n $NAMESPACE -f - <<EOF
7+ {% if test_scenario[ ' values' ][ ' zookeeper-latest' ] ! = ' false' %}
78 ---
89 apiVersion: zookeeper.stackable.tech /v1alpha1
910 kind: ZookeeperZnode
@@ -12,6 +13,7 @@ commands:
1213 spec:
1314 clusterRef:
1415 name: test-zk
16+ {% endif %}
1517 ---
1618 apiVersion: authentication.stackable.tech /v1alpha1
1719 kind: AuthenticationClass
Original file line number Diff line number Diff line change 1+ {% if test_scenario ['values' ]['zookeeper-latest' ] == 'false' %}
12---
23apiVersion: zookeeper.stackable.tech/v1alpha1
34kind: ZookeeperZnode
@@ -6,6 +7,7 @@ metadata:
67spec:
78 clusterRef:
89 name: test-zk
10+ {% endif %}
911{% if test_scenario ['values' ]['use-client-auth-tls' ] == 'true' %}
1012---
1113apiVersion: authentication.stackable.tech/v1alpha1
You can’t perform that action at this time.
0 commit comments