Skip to content

Commit e0c78ca

Browse files
committed
Remove unused disableWebhookConfigInstaller flag
Signed-off-by: Brad Hoekstra <[email protected]>
1 parent 2495fdd commit e0c78ca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/builtins/main.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ limitations under the License.
1717
package main
1818

1919
import (
20-
"flag"
2120
"os"
2221

2322
appsv1 "k8s.io/api/apps/v1"
@@ -37,11 +36,6 @@ import (
3736
var log = logf.Log.WithName("example-controller")
3837

3938
func main() {
40-
var disableWebhookConfigInstaller bool
41-
flag.BoolVar(&disableWebhookConfigInstaller, "disable-webhook-config-installer", false,
42-
"disable the installer in the webhook server, so it won't install webhook configuration resources during bootstrapping")
43-
44-
flag.Parse()
4539
logf.SetLogger(zap.Logger(false))
4640
entryLog := log.WithName("entrypoint")
4741

0 commit comments

Comments
 (0)