Skip to content

Commit 7e7f5bf

Browse files
authored
fix: logtostderr deprecated (#193)
`logtostderr is removed in the k8s upstream and has no effect any more.`
1 parent 651eff1 commit 7e7f5bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config/default/manager_auth_proxy_patch.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ spec:
1414
args:
1515
- "--secure-listen-address=0.0.0.0:8443"
1616
- "--upstream=http://127.0.0.1:8080/"
17-
- "--logtostderr=true"
1817
- "--v=10"
1918
ports:
2019
- containerPort: 8443

0 commit comments

Comments
 (0)