Skip to content

Commit

Permalink
Fix remediation subscription name
Browse files Browse the repository at this point in the history
  • Loading branch information
yuumasato committed Aug 21, 2024
1 parent 72743aa commit 7d1a1c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d1a1c7

Please sign in to comment.