Skip to content

Commit

Permalink
Disable webhooks by default
Browse files Browse the repository at this point in the history
  • Loading branch information
howardlau1999 authored Nov 28, 2020
1 parent d86dd68 commit b0f384e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ spec:
args:
- --enable-leader-election
image: controller:latest
env:
- name: ENABLE_WEBHOOKS
value: "false"
name: manager
resources:
limits:
Expand Down

0 comments on commit b0f384e

Please sign in to comment.