diff --git a/federation/manifests/federation-controller-manager-deployment.yaml b/federation/manifests/federation-controller-manager-deployment.yaml index b12f96c035..0589b00a5c 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