You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Install the operator using the defaults in the wizard, and wait for it to show up in the list of "Installed Operators". If it doesn't install properly, you can check on its status in the "Installed Operators" tab in the `openshift-operators` namespace.
30
+
3. Install the operator in the `openshift-gitops-operator` namesapce using the defaults in the wizard, and optionally, select the checkbox to enable cluster monitoring on the namesapce. Wait for it to show up in the list of "Installed Operators". If it doesn't install properly, you can check on its status in the "Installed Operators" tab in the `openshift-gitops-operator` namespace.
Copy file name to clipboardExpand all lines: hack/scripts/run-non-olm-kuttl-test.sh
+2-2
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,11 @@ done
55
55
#replace the namespace for assert in test file
56
56
57
57
if [ -d"$temp_dir/sequential/1-018_validate_disable_default_instance" ];then
58
-
sed -i 's/openshift-operators/gitops-operator-system/g'$temp_dir/sequential/1-018_validate_disable_default_instance/02-assert.yaml
58
+
sed -i 's/openshift-operators/openshift-gitops-operator/g'$temp_dir/sequential/1-018_validate_disable_default_instance/02-assert.yaml
59
59
fi
60
60
61
61
if [ -d"$temp_dir/sequential/1-035_validate_argocd_secret_repopulate" ];then
62
-
sed -i 's/openshift-operators/gitops-operator-system/g'$temp_dir/sequential/1-035_validate_argocd_secret_repopulate/04-check_controller_pod_status.yaml
62
+
sed -i 's/openshift-operators/openshift-gitops-operator/g'$temp_dir/sequential/1-035_validate_argocd_secret_repopulate/04-check_controller_pod_status.yaml
0 commit comments