Skip to content

Commit

Permalink
modify observability updateService processing
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyingjie committed Mar 23, 2021
1 parent b6f8db0 commit 24e4e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/object/meshcontroller/worker/observability.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (server *ObservabilityManager) UpdateService(newService *spec.Service, vers
if err != nil {
panic(fmt.Errorf("marsharl new Service %#v failed: %v", err))
}
m := make(map[string]string)
m := make(map[string]interface{})
err = yaml.Unmarshal(buff, m)
if err != nil {
panic(fmt.Errorf("marsharl new Service %#v failed: %v", err))
Expand Down

0 comments on commit 24e4e9c

Please sign in to comment.