From 7d1a1c7d67f2f6e3d60dd8e4cc324b555aa48384 Mon Sep 17 00:00:00 2001 From: Watson Sato Date: Wed, 21 Aug 2024 15:43:37 +0200 Subject: [PATCH] Fix remediation subscription name --- .../tests/ocp4/e2e-remediation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/openshift/confinement/security_profiles_operator_exists/tests/ocp4/e2e-remediation.sh b/applications/openshift/confinement/security_profiles_operator_exists/tests/ocp4/e2e-remediation.sh index 22bf0d608a0..2745e9d29c4 100755 --- a/applications/openshift/confinement/security_profiles_operator_exists/tests/ocp4/e2e-remediation.sh +++ b/applications/openshift/confinement/security_profiles_operator_exists/tests/ocp4/e2e-remediation.sh @@ -16,6 +16,6 @@ oc wait -n openshift-security-profiles --for=condition=Available --timeout=300s deployment/security-profiles-operator echo "waiting the subscription to have .status.installedCSV" -while [ -z "$(oc get subscription security-profiles-operator -nopenshift-security-profiles -o jsonpath='{.status.installedCSV}')" ]; do +while [ -z "$(oc get subscription security-profiles-operator-sub -nopenshift-security-profiles -o jsonpath='{.status.installedCSV}')" ]; do sleep 3 done