Debugging

This commit is contained in:
Ben Toogood 2020-02-06 10:44:12 +00:00
parent 6aef28dad2
commit f8e696bd30

View File

@ -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