From 66c687a618ec72ca4475014a3ae035588af97918 Mon Sep 17 00:00:00 2001 From: Mario Alfredo Carrillo Arevalo Date: Thu, 20 Jun 2019 01:44:57 +0000 Subject: [PATCH] Remove V1 from FM endpoint This change is required to enable the FM panels in the containerized horizon. The fmclient dependency used by the back-end already includes the reference to "v1". Then "v1" should not be part of the endpoint. Story: 2004008 Task: 34183 Change-Id: Ibe92d942b2847ef6d9271595fcc9ac2faad2fb13 Co-authored-by: Sun Austin Signed-off-by: Mario Alfredo Carrillo Arevalo --- fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml b/fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml index 37f8dde..d307f6e 100644 --- a/fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml +++ b/fm-rest-api/fm-rest-api/helm-charts/fm-rest-api/values.yaml @@ -263,7 +263,7 @@ endpoints: host_fqdn_override: default: null path: - default: "/v1" + default: null scheme: default: 'http' port: