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 05cf84f commit 21b82c6Copy full SHA for 21b82c6
test/bats/test.bats
@@ -103,7 +103,7 @@ setup() {
103
wait_for_process ${WAIT_TIME} ${SLEEP_TIME} "constraint_enforced $kind $name"
104
105
if [ vapb_exists == true ]; then
106
- wait_for_process ${WAIT_TIME} ${SLEEP_TIME} "kubectl get ValidatingAdmissionPolicyBinding gatekeeper-$name"
+ wait_for_process ${WAIT_TIME} ${SLEEP_TIME} "kubectl get ValidatingAdmissionPolicyBinding gatekeeper-$kind"
107
deny_substr="ValidatingAdmissionPolicy"
108
fi
109
0 commit comments