Skip to content

Commit 8283fa2

Browse files
committed
fix: kuttl ns already exists
Signed-off-by: Raghavi Shirur <rshirur@redhat.com>
1 parent 421944d commit 8283fa2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/openshift/e2e/sequential/1-105_validate_label_selector/01-add-label-selector.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ kind: TestStep
33
commands:
44
# patches the subscription to add label selector in argocd-operator
55
- script: |
6-
oc set env deployment openshift-gitops-operator-controller-manager -n openshift-gitops-operator ARGOCD_LABEL_SELECTOR=foo=bar
7-
oc create ns test-argocd
6+
oc set env deployment openshift-gitops-operator-controller-manager -n openshift-gitops-operator ARGOCD_LABEL_SELECTOR=foo=bar -c manager
87
- script: sleep 10
98

test/openshift/e2e/sequential/1-105_validate_label_selector/07-remove-label-selector.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ kind: TestStep
33
commands:
44
# patches the subscription to remove label-selector from argocd-operator
55
- script: |
6-
oc set env deployment openshift-gitops-operator-controller-manager -n openshift-gitops-operator ARGOCD_LABEL_SELECTOR-
7-
oc delete ns test-argocd
6+
oc set env deployment openshift-gitops-operator-controller-manager -n openshift-gitops-operator ARGOCD_LABEL_SELECTOR- -c manager
87
- script: sleep 10

0 commit comments

Comments
 (0)