We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2495fdd + e0c78ca commit 2712876Copy full SHA for 2712876
examples/builtins/main.go
@@ -17,7 +17,6 @@ limitations under the License.
17
package main
18
19
import (
20
- "flag"
21
"os"
22
23
appsv1 "k8s.io/api/apps/v1"
@@ -37,11 +36,6 @@ import (
37
36
var log = logf.Log.WithName("example-controller")
38
39
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()
45
logf.SetLogger(zap.Logger(false))
46
entryLog := log.WithName("entrypoint")
47
0 commit comments