Remove deprecated 'logtostderr' argument for kube-rbac-proxy (#2198)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier
2023-08-28 21:36:39 +02:00
committed by GitHub
parent 24a7a561c2
commit 01d4f1daa6
5 changed files with 0 additions and 6 deletions

View File

@@ -50,7 +50,6 @@ function(params) {
name: krp._config.name,
image: krp._config.image,
args: [
'--logtostderr',
'--secure-listen-address=' + krp._config.secureListenAddress,
'--tls-cipher-suites=' + std.join(',', krp._config.tlsCipherSuites),
'--upstream=' + krp._config.upstream,