Renaming self cluster to self agent (#2667)

Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
This commit is contained in:
Raj Babu Das 2021-04-08 19:10:20 +05:30 committed by GitHub
parent 6680b25d32
commit 7650fcb7b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,