Skip to content

Commit

Permalink
Merge pull request #12315 from rhmdnd/fix-manual-spo-remediation
Browse files Browse the repository at this point in the history
Fix manual remediation for SPO rule
  • Loading branch information
rhmdnd authored Aug 21, 2024
2 parents a2d0b11 + 7d1a1c7 commit 0ad4684
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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
6 changes: 3 additions & 3 deletions ocp-resources/e2e/spo-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
apiVersion: v1
kind: Namespace
metadata:
name: openshift-security-profiles
labels:
openshift.io/cluster-monitoring: "true"
name: openshift-security-profiles
labels:
openshift.io/cluster-monitoring: "true"
---
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
Expand Down

0 comments on commit 0ad4684

Please sign in to comment.