GaneshSPatil / charts

Curated applications for Kubernetes
Apache License 2.0
0 stars 1 forks source link

`go.console.stdout` not set? #11

Closed ketan closed 6 years ago

ketan commented 6 years ago

I suppose this is not needed for images baked by gocd, because of the entrypoint script we use, but might be needed in other cases.

varshavaradarajan commented 6 years ago

I think that this should be passed along as GO_AGENT_SYSTEM_PROPERTIES then.

varshavaradarajan commented 6 years ago

I mean that for gocd based agent images, this system property would be set. If other images are used, then the property can be passed as part of GO_AGENT_SYSTEM_PROPERTIES. So, is there any change required?