Skip to content

Commit d0d9edc

Browse files
committed
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 <[email protected]>
1 parent 2335bd6 commit d0d9edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ ARG IMAGE_VERSION="1.0.0"
4343
ARG IMAGE_SUMMARY="Heat Operator"
4444
ARG IMAGE_DESC="This image includes the heat-operator"
4545
ARG IMAGE_TAGS="cn-openstack openstack"
46+
ARG ENABLE_WEBHOOKS=false
4647

4748
### DO NOT EDIT LINES BELOW
4849
# Auto generated using CI tools from

0 commit comments

Comments
 (0)