Skip to content

Commit

Permalink
Merge pull request #125 from kravciak/main
Browse files Browse the repository at this point in the history
Fix teardown after verification config
  • Loading branch information
kravciak authored Oct 25, 2024
2 parents 1ed91d7 + abc3377 commit b67b5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/secure-supply-chain-tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setup() {
teardown_file() {
load ../helpers/helpers.sh
kubectl delete admissionpolicies,clusteradmissionpolicies --all -A
helmer set kubewarden-defaults --set policyServer.verificationConfig="" # TODO =null - https://github.com/kubewarden/kubewarden-controller/issues/903
helmer reset kubewarden-defaults
kubectl delete configmap -n $NAMESPACE $CONFIGMAP_NAME --ignore-not-found
}

Expand Down

0 comments on commit b67b5d0

Please sign in to comment.