perf: modify the label of the Rainbond component (#1455)

This commit is contained in:
张启航 2022-11-24 14:54:19 +08:00 committed by GitHub
parent 4d3fe835b3
commit 6876e04131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,6 @@ func (a *AppService) GetCommonLabels(labels ...map[string]string) map[string]str
resultLabel["tenant_name"] = a.TenantName
resultLabel["tenant_id"] = a.TenantID
resultLabel["app_id"] = a.AppID
resultLabel["app"] = a.K8sApp
resultLabel["rainbond_app"] = a.K8sApp
return resultLabel
}