Skip to content

Commit 1e0b7bf

Browse files
committed
baremetal: disable bmo webhook on bootstrap
1 parent adb699e commit 1e0b7bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/bootstrap/baremetal/files/etc/containers/systemd/metal3-baremetal-operator.container

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ After=network-online.target ironic-volume.service build-ironic-env.service image
88
[Container]
99
ContainerName=baremetal-operator
1010
Image=$METAL3_BAREMETAL_OPERATOR_IMAGE
11-
Exec=/baremetal-operator -build-preprov-image
11+
Exec=/baremetal-operator -build-preprov-image -webhook-port 0
1212
Network=host
1313
Volume=${AUTH_DIR}:/auth:z,ro
1414
Volume=/opt/openshift:/opt/openshift:z,ro

0 commit comments

Comments
 (0)