Debugging
This commit is contained in:
parent
6aef28dad2
commit
f8e696bd30
@ -41,6 +41,8 @@ func newService(s *runtime.Service, c runtime.CreateOptions) *service {
|
||||
c.Command = []string{name}
|
||||
}
|
||||
}
|
||||
log.Debugf("kdeploy: %v", kdeploy)
|
||||
log.Debugf("options: %v", c)
|
||||
|
||||
// attach our values to the deployment; name, version, source
|
||||
kdeploy.Metadata.Annotations["name"] = s.Name
|
||||
|
Loading…
Reference in New Issue
Block a user