Skip to content

Commit 89bf109

Browse files
authored
Merge pull request k8snetworkplumbingwg#960 from SchSeba/fix_webhook
Remove obsolete glog/klog flags from webhook manifests
2 parents c063f68 + 9e39f84 commit 89bf109

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bindata/manifests/operator-webhook/server.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ spec:
7171
- "--port=6443"
7272
- "--tls-private-key-file=/etc/tls/tls.key"
7373
- "--tls-cert-file=/etc/tls/tls.crt"
74-
- "--alsologtostderr=true"
75-
- "--v=3"
74+
- "--zap-log-level=3"
7675
env:
7776
- name: NAMESPACE
7877
valueFrom:

0 commit comments

Comments
 (0)