From 7355b3f1ca8670411fabf2812bba6f1427e73bf9 Mon Sep 17 00:00:00 2001 From: "Madhusudan.C.S" Date: Mon, 6 Jun 2016 11:54:54 -0700 Subject: [PATCH] Prefix scheme/protocol to federation API server URL. --- .../manifests/federation-controller-manager-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federation/manifests/federation-controller-manager-deployment.yaml b/federation/manifests/federation-controller-manager-deployment.yaml index b12f96c035f..0589b00a5cc 100644 --- a/federation/manifests/federation-controller-manager-deployment.yaml +++ b/federation/manifests/federation-controller-manager-deployment.yaml @@ -18,7 +18,7 @@ spec: image: {{.FEDERATION_CONTROLLER_MANAGER_IMAGE_REPO}}:{{.FEDERATION_CONTROLLER_MANAGER_IMAGE_TAG}} command: - /usr/local/bin/federation-controller-manager - - --master={{.FEDERATION_APISERVER_DEPLOYMENT_NAME}}:443 + - --master=https://{{.FEDERATION_APISERVER_DEPLOYMENT_NAME}}:443 ports: - containerPort: 443 name: https