Skip to content

Commit

Permalink
Renaming self cluster to self agent (#2667)
Browse files Browse the repository at this point in the history
Signed-off-by: rajdas98 <[email protected]>
  • Loading branch information
imrajdas authored Apr 8, 2021
1 parent 6680b25 commit 7650fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litmus-portal/graphql-server/pkg/self-deployer/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7650fcb

Please sign in to comment.