From cfba614544840ce6c02d2dc178d07830942beeb9 Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Mon, 20 Aug 2018 17:12:27 -0400 Subject: [PATCH] Remove extraneous `/adapter` from deployment args There was an extraneous `/adapter` in the deployment args that was causing people issues. This removes it. --- deploy/manifests/custom-metrics-apiserver-deployment.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/manifests/custom-metrics-apiserver-deployment.yaml b/deploy/manifests/custom-metrics-apiserver-deployment.yaml index 0930fa03..b36d517e 100644 --- a/deploy/manifests/custom-metrics-apiserver-deployment.yaml +++ b/deploy/manifests/custom-metrics-apiserver-deployment.yaml @@ -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