temporalio / helm-charts

Temporal Helm charts
MIT License
294 stars 321 forks source link

[Feature Request] Add option to create default namespace #420

Open lorensr opened 11 months ago

YannickZ commented 11 months ago

This would be a really nice feature, today we are forced to do it manually. IMHO there should be an option on the helmcharts to set up this too :)

debugger24 commented 10 months ago

I can pick this up and raise a PR for this feature.

robholland commented 6 months ago

I would expect the solution would be a kubernetes job, akin to the schema setup/update jobs.

daniel347x commented 3 weeks ago

Putting in my 2 cents for this - I'm rapidly integrating TemporalIO for use in our production systems and need to demo a prototype soon; having obvious features like Helm flags to support creating namespaces without having to add a completely new part of the Kubernetes deployment scripts to download the CLI just to execute a single command seems like a no-brainer. This is certainly costing me time now.

Thanks for the awesome framework!