Renaming self cluster to self agent (#2667)
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
This commit is contained in:
parent
6680b25d32
commit
7650fcb7b1
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue