fix: yaml tag
This commit is contained in:
@@ -26,7 +26,7 @@ func GenDeploy(service config.Service) error {
|
||||
}
|
||||
|
||||
data := map[string]string{
|
||||
"NameSpace": service.NameSpace,
|
||||
"NameSpace": service.Namespace,
|
||||
"AppName": service.Name,
|
||||
"AliasName": service.AliasName,
|
||||
"Port": service.Port,
|
||||
|
||||
Reference in New Issue
Block a user