mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-08-31 01:35:56 +08:00
fix(devtool): change agent install metadata key
The tag beginning with sys will be overwritten by the cloud
This commit is contained in:
@@ -171,7 +171,7 @@ func mapStringSlice(f func(string) string, a []string) []string {
|
||||
}
|
||||
|
||||
const (
|
||||
agentInstalledKey = "sys:monitor_agent"
|
||||
agentInstalledKey = "__monitor_agent"
|
||||
agentInstalledValue = "true"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user