From 31ff6149b812d40e9bf2ea72c615bd6f0e0a67db Mon Sep 17 00:00:00 2001 From: Brendan Shephard Date: Thu, 31 Oct 2024 22:55:04 +1000 Subject: [PATCH] Disable Webhooks This change builds the Operator bundle with ENABLE_WEBHOOKS=false. This is due to the duplication of webhook logic since openstack-operator imports and runs this webhook at the OpenStackControlPlane level. Therefor, having the webhook run by the service operator is a needless duplication of this webhook logic. Signed-off-by: Brendan Shephard --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 404227be..4d5e5fd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,6 +43,7 @@ ARG IMAGE_VERSION="1.0.0" ARG IMAGE_SUMMARY="Heat Operator" ARG IMAGE_DESC="This image includes the heat-operator" ARG IMAGE_TAGS="cn-openstack openstack" +ARG ENABLE_WEBHOOKS=false ### DO NOT EDIT LINES BELOW # Auto generated using CI tools from