mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Remove extraneous /adapter from deployment args
There was an extraneous `/adapter` in the deployment args that was causing people issues. This removes it.
This commit is contained in:
parent
58857cfd37
commit
cfba614544
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ spec:
|
|||
- name: custom-metrics-apiserver
|
||||
image: directxman12/k8s-prometheus-adapter-amd64
|
||||
args:
|
||||
- /adapter
|
||||
- --secure-port=6443
|
||||
- --tls-cert-file=/var/run/serving-cert/serving.crt
|
||||
- --tls-private-key-file=/var/run/serving-cert/serving.key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue