From 7650fcb7b170f32921a5614278fb910fe9186364 Mon Sep 17 00:00:00 2001 From: Raj Babu Das Date: Thu, 8 Apr 2021 19:10:20 +0530 Subject: [PATCH] Renaming self cluster to self agent (#2667) Signed-off-by: rajdas98 --- litmus-portal/graphql-server/pkg/self-deployer/start.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litmus-portal/graphql-server/pkg/self-deployer/start.go b/litmus-portal/graphql-server/pkg/self-deployer/start.go index 9f4b7ccbcc5..08361d2e3ac 100644 --- a/litmus-portal/graphql-server/pkg/self-deployer/start.go +++ b/litmus-portal/graphql-server/pkg/self-deployer/start.go @@ -23,7 +23,7 @@ func StartDeployer(projectID string) { clusterInput := model.ClusterInput{ ProjectID: projectID, - ClusterName: "Self-Cluster", + ClusterName: "Self-Agent", ClusterType: "internal", PlatformName: "others", AgentScope: agentScope,