VJftw / please-k8s

MIT License
0 stars 0 forks source link

Helm post-rendering is difficult to debug and fix #6

Open VJftw opened 1 year ago

VJftw commented 1 year ago

At the moment, our helm post-rendering commonly uses temporary files to replace image references at chart render time. However, this makes it very difficult to fix bugs in the input files to Helm because they get masqueraded into temporary files. We should find a way to improve the post-render error handling to make it easier for developers to fix source configuration.

Acceptance criteria: