prometheus-adapter: remove deprecated argument

The `--logtostderr` argument has been deprecated in v0.10.0 and removed
in v0.11.0.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
Simon Pasquier
2023-08-16 14:58:39 +02:00
parent d539476d5f
commit 535a91cf4c
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ spec:
- args:
- --cert-dir=/var/run/serving-cert
- --config=/etc/adapter/config.yaml
- --logtostderr=true
- --metrics-relist-interval=1m
- --prometheus-url=http://prometheus-k8s.monitoring.svc:9090/
- --secure-port=6443