We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7088c5b commit 05ba542Copy full SHA for 05ba542
commands/cloud_setup.go
@@ -90,9 +90,7 @@ func (s *KoolCloudSetup) Execute(args []string) (err error) {
90
91
s.Shell().Info(fmt.Sprintf("Setting up service container '%s' for deployment", serviceName))
92
deployConfig.Services[serviceName] = &cloud.DeployConfigService{
93
- Environment: map[string]string{
94
- "FOO": "bar",
95
- },
+ Environment: map[string]string{},
96
}
97
98
// handle image/build config
0 commit comments