diff --git a/.github/workflows/pss_test.yaml b/.github/workflows/pss_test.yaml index 9496316da..86c89fde2 100644 --- a/.github/workflows/pss_test.yaml +++ b/.github/workflows/pss_test.yaml @@ -86,7 +86,7 @@ jobs: if [ $? -eq 0 ]; then kubectl patch "$KIND" "$NAME" -n "$NAMESPACE" --patch-file "$file" fi - doneg + done - name: Applying Pod Security Standards restricted levels for static namespaces run: ./tests/gh-actions/enable_restricted_PSS.sh