Helm charts in template?
Hi there, we're taking our first baby steps with coder at the moment. We're trying to figure out how to get better dev/prod parity. For production, we use Gitlab's CI/CD to deploy our container images to a K8S cluster running in Google's GKE. We use helm charts for each project to cut releases into production. This works well for production, but for dev we currently more-or-less replicate the whole helm chart in our
As we move to Coder, what's the path for creating a template that makes use of our production helm charts? Would we install helm and use it in a startup script? https://coder.com/docs/v2/latest/templates#startup_script
Or is there a better way to use helm?
Or is there not a good answer here for helm+dev/prod parity and we should start moving away from helm (currently pretty costly with ~30 in-house created and maintained helm charts)?
docker-compose.yml file.As we move to Coder, what's the path for creating a template that makes use of our production helm charts? Would we install helm and use it in a startup script? https://coder.com/docs/v2/latest/templates#startup_script
Or is there a better way to use helm?
Or is there not a good answer here for helm+dev/prod parity and we should start moving away from helm (currently pretty costly with ~30 in-house created and maintained helm charts)?
Learn about templates, which define the infrastructure underlying workspaces

