Skip to content

Commit

Permalink
SKS-3242: Replace 'CloudTower' with 'server' in the node VM descripti…
Browse files Browse the repository at this point in the history
…on (#189)
  • Loading branch information
haijianyang authored Dec 17, 2024
1 parent 645e9dd commit 0f06e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/vm.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package config

const (
// VMDescription is the default description in a VM.
VMDescription = "Automatically created Kubernetes node by CloudTower %s."
VMDescription = "Automatically created Kubernetes node by server %s."

// VMNumCPUs is the default virtual processors in a VM.
VMNumCPUs = 2
Expand Down

0 comments on commit 0f06e84

Please sign in to comment.