You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add two controller flags to enable and configure the webhook server (#25)
Part of aws-controllers-k8s/community#835
Introduces two new controller flags:
- `--enable-webhook-server` a boolean flag instructing whether to spin a
webhook server or not. Default is `false`
- `--webhook-server-addr` a string flag used to configure the webhook
serving address. Default is `0.0.0.0:443`
This patch also run golint against `pkg/config/config.go`
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
0 commit comments