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,