gitpod-io / template-k3s

The k3s template, configured for Gitpod (www.gitpod.io) to give you pre-built, ephemeral Kubernetes development environments in the cloud.
MIT License
38 stars 16 forks source link

Install helm in the gitpod container #4

Open adamfordyce11 opened 1 year ago

adamfordyce11 commented 1 year ago

Is your feature request related to a problem? Please describe

As a devops engineer I would like to be able to launch the template-k3s gitpod and install helm charts into the k3s kubernetes installation.

Describe the behaviour you'd like

After the git pod first boots up I would like to be able to find helm in the path and be able to use it to interact with the running k3s instance.

Describe alternatives you've considered

None

Additional context

None