From 2aefea588aa141efd9b24cb2013131e56e4cec37 Mon Sep 17 00:00:00 2001 From: Julz Friedman Date: Thu, 15 Apr 2021 13:36:42 +0100 Subject: [PATCH] Excluse domainmapping-webhook from chaos .. for same reasons as excluding regular webhook. --- test/config/chaosduck.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/config/chaosduck.yaml b/test/config/chaosduck.yaml index 1feebcf177a6..107626a0bb43 100644 --- a/test/config/chaosduck.yaml +++ b/test/config/chaosduck.yaml @@ -86,6 +86,7 @@ spec: # Disable chaos on webhooks until https://github.com/knative/pkg/issues/1509 is # sorted out. - "-disable=webhook" + - "-disable=domainmapping-webhook" # Currently the new owner of Autoscaler needs time to build the # metrics status so some e2e tests are expected to fail if the # owner pod crashes.