Skip to content

Commit

Permalink
manifests: remove deprecated klog flag
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
  • Loading branch information
dgrisonnet committed Jun 20, 2023
1 parent e693883 commit 8579be6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ spec:
- args:
- --cert-dir=/var/run/serving-cert
- --config=/etc/adapter/config.yaml
- --logtostderr=true
- --metrics-relist-interval=1m
- --prometheus-url=https://prometheus.monitoring.svc:9090/
- --secure-port=6443
Expand Down Expand Up @@ -87,4 +86,4 @@ spec:
name: volume-serving-cert
- configMap:
name: adapter-config
name: config
name: config

0 comments on commit 8579be6

Please sign in to comment.