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:
Solly Ross 2018-08-20 17:12:27 -04:00
parent 58857cfd37
commit cfba614544

View file

@ -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