Skip to content

Commit

Permalink
Skip gatekeeper in test-external.sh (#610)
Browse files Browse the repository at this point in the history
gatekeeper uses PodSecurityPolicy which is removed in kubernetes 1.25. We can add gatekeeper v3.10.0 when it's available (as it migrates away from PodSecurityPolicy)
  • Loading branch information
praveenrewar authored Sep 19, 2022
1 parent 308ce26 commit bf129e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hack/test-external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ time kapp delete -y -a cert-manager

# TODO Add cf-for-k8s-v5.4.3

time kapp deploy -y -a gk -f examples/gatekeeper-v3.7.0/config.yml
time kapp delete -y -a gk
# TODO Add gatekeeper 3.10.0 when it's available
# time kapp deploy -y -a gk -f examples/gatekeeper-v3.7.0/config.yml
# time kapp delete -y -a gk

time kapp deploy -y -a pinniped -f examples/pinniped-v0.13.0/
time kapp delete -y -a pinniped
Expand Down

0 comments on commit bf129e4

Please sign in to comment.