We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30845d commit 7dd57a7Copy full SHA for 7dd57a7
test/bats/test.bats
@@ -102,7 +102,7 @@ setup() {
102
local name=$(yq e .metadata.name "$sample"/constraint.yaml)
103
wait_for_process ${WAIT_TIME} ${SLEEP_TIME} "constraint_enforced $kind $name"
104
105
- if [ vapb_exists == true ]; then
+ if [ $vapb_exists ]; then
106
wait_for_process ${WAIT_TIME} ${SLEEP_TIME} "kubectl get ValidatingAdmissionPolicyBinding gatekeeper-$name"
107
deny_substr="ValidatingAdmissionPolicy"
108
fi
0 commit comments