Skip to content

Commit 72bc88d

Browse files
committed
add other 2.x version to test
1 parent aa05e21 commit 72bc88d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/templates/kuttl/cluster-sync-cs-bug/20-install-nifi.yaml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,12 @@ metadata:
166166
name: nifi
167167
spec:
168168
image:
169-
{% if test_scenario['values']['nifi-latest'].find(",") > 0 %}
170-
custom: "{{ test_scenario['values']['nifi-latest'].split(',')[1] }}"
171-
productVersion: "{{ test_scenario['values']['nifi-latest'].split(',')[0] }}"
169+
{% if test_scenario['values']['nifi-v2'].find(",") > 0 %}
170+
custom: "{{ test_scenario['values']['nifi-v2'].split(',')[1] }}"
171+
productVersion: "{{ test_scenario['values']['nifi-v2'].split(',')[0] }}"
172172
{% else %}
173173
custom: null
174-
productVersion: "{{ test_scenario['values']['nifi-latest'] }}"
174+
productVersion: "{{ test_scenario['values']['nifi-v2'] }}"
175175
{% endif %}
176176
pullPolicy: IfNotPresent
177177
clusterConfig:

tests/test-definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ tests:
135135
- openshift
136136
- name: cluster-sync-cs-bug
137137
dimensions:
138-
- nifi-latest
138+
- nifi-v2
139139
- openshift
140140
- name: oidc-opa
141141
dimensions:

0 commit comments

Comments
 (0)