Skip to content

Commit

Permalink
fixing resource service name
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-magaldi committed Jul 31, 2018
1 parent e9ca744 commit 29f06e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signals/resource/micro/resource_signal.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

func main() {
svc := k8s.NewService(micro.Name("artifact"), micro.Metadata(sdk.SignalMetadata))
svc := k8s.NewService(micro.Name("resource"), micro.Metadata(sdk.SignalMetadata))
svc.Init()

// kubernetes configuration
Expand Down

0 comments on commit 29f06e4

Please sign in to comment.