Skip to content

Commit

Permalink
Debugging by restarting deployments
Browse files Browse the repository at this point in the history
Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
  • Loading branch information
biswajit-9776 committed Sep 4, 2024
1 parent 66f6493 commit e8829c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pss_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
fi
done
- name: Restart oauth2-proxy deployment
run: |
kubectl rollout restart deployment oauth2-proxy -n oauth2-proxy
kubectl wait --for=condition=ready pod -l 'app.kubernetes.io/name=oauth2-proxy' --timeout=180s -n oauth2-proxy
- name: Apply Pod Security Standards baseline levels for static namespaces
run: ./tests/gh-actions/enable_baseline_PSS.sh

Expand Down

0 comments on commit e8829c3

Please sign in to comment.