Pass source of service to Deployment API; render templates properly (#969)
* Pass source of service to Deployment API; render templates properly * Enable Go modules by default. Honor runtime.Service.Exec * Make sure you remove go.mod and go.sum
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| package client | ||||
|  | ||||
| var templates = map[string]string{ | ||||
| 	"deployments": deploymentTmpl, | ||||
| 	"services":    serviceTmpl, | ||||
| 	"deployment": deploymentTmpl, | ||||
| 	"service":    serviceTmpl, | ||||
| } | ||||
|  | ||||
| var deploymentTmpl = ` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user