Skip to content

Commit

Permalink
fix: logtostderr deprecated
Browse files Browse the repository at this point in the history
`logtostderr is removed in the k8s upstream and has no effect any more.`
  • Loading branch information
EhsanLunar committed Feb 21, 2024
1 parent 651eff1 commit 546624e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ spec:
args:
- "--secure-listen-address=0.0.0.0:8443"
- "--upstream=http://127.0.0.1:8080/"
- "--logtostderr=true"
- "--v=10"
ports:
- containerPort: 8443
Expand Down

0 comments on commit 546624e

Please sign in to comment.