Skip to content

Commit

Permalink
debugging VAPB
Browse files Browse the repository at this point in the history
Signed-off-by: Jaydip Gabani <[email protected]>
  • Loading branch information
JaydipGabani committed Jan 7, 2025
1 parent 792e2c2 commit 69035f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bats/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ setup() {
wait_for_process ${WAIT_TIME} ${SLEEP_TIME} "constraint_enforced $kind $name"

if [ "$ENABLE_VAP" == "true" ] && grep -q "engine: K8sNativeValidation" "$policy"/template.yaml; then
wait_for_process ${WAIT_TIME} ${SLEEP_TIME} "kubectl get ValidatingAdmissionPolicyBinding gatekeeper-$name"
wait_for_process ${WAIT_TIME} ${SLEEP_TIME} "kubectl get ValidatingAdmissionPolicyBinding gatekeeper-$name -o yaml"
fi

for inventory in "$sample"/example_inventory*.yaml; do
Expand Down

0 comments on commit 69035f3

Please sign in to comment.