Disable webhooks by default

This commit is contained in:
Howard Lau 2020-11-28 09:28:07 +08:00 committed by GitHub
parent d86dd68fdd
commit b0f384e3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ spec:
args:
- --enable-leader-election
image: controller:latest
env:
- name: ENABLE_WEBHOOKS
value: "false"
name: manager
resources:
limits: