Skip to content

Commit 7ec84d2

Browse files
committed
Correcting namespace
Signed-off-by: varshab1210 <[email protected]>
1 parent b67fff8 commit 7ec84d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/openshift/e2e/sequential/1-034_validate_custom_roles/02-patch-subscription.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ commands:
1414
1515
else
1616
17-
oc patch -n openshift-operators subscription openshift-gitops-operator \
17+
oc patch -n openshift-gitops-operator subscription openshift-gitops-operator \
1818
--type merge --patch '{"spec": {"config": {"env": [{"name": "CONTROLLER_CLUSTER_ROLE", "value": "custom-argocd-role"},{"name": "SERVER_CLUSTER_ROLE", "value": "custom-argocd-role"}]}}}'
1919
2020
fi

0 commit comments

Comments
 (0)