Skip to content

Commit

Permalink
Disable Webhooks
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bshephar committed Nov 1, 2024
1 parent 2335bd6 commit d0d9edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0d9edc

Please sign in to comment.