Skip to content

Commit

Permalink
Disable chaosduck on the webhook (#5419)
Browse files Browse the repository at this point in the history
Serving has done this as well, the chaosduck killing the webhook causes
errors being tracked in knative/pkg#1509
  • Loading branch information
Ben Moss authored May 20, 2021
1 parent 5af518d commit 869220a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/config/chaosduck/chaosduck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ spec:
image: ko://knative.dev/pkg/leaderelection/chaosduck

args: [
# TODO(https://github.com/knative/eventing/issues/3590): Enable once IMC chaos issues are fixed.
"-disable=imc-controller", "-disable=imc-dispatcher",
# TODO(https://github.com/knative/eventing/issues/3590,
# https://github.com/knative/pkg/issues/1509): Enable once chaos
# issues are fixed.
"-disable=imc-controller", "-disable=imc-dispatcher", "-disable=eventing-webhook",
]

env:
Expand Down

0 comments on commit 869220a

Please sign in to comment.