kcp-dev / helm-charts

Helm chart repo for KCP
Apache License 2.0
4 stars 21 forks source link

Use `sh -e` everywhere to notice errors in startup commands #7

Closed sttts closed 10 months ago

sttts commented 2 years ago

Today we have sh -c "script" which hides errors.

xrstf commented 10 months ago

The virtual-workspaces sidecar container has since been removed, as virtual workspaces run in-process in the kcp process. This was supposedly the only place where we used sh -c.