Document (or even move) Helm chart in-tree
Hello,
Couldn't find an Helm chart for Kubernetes deployment. I can make one, but I wonder how stable the Kubernetes integration is ? Reading the documentation, "more methods soon", if breaking change there are coming soon, doesn't feel like the good timing to do that.
Thanks !
The method for Kubernetes is pretty set in stone as of now. Better to make a Helm chart now than to hold it off inevitebly.
I don't have the time to maintain a Helm chart, so I'll revisit this later if someone is willing to help out.
Hi,
I am currently working on a proposal for a HelmChart for this awesome project. Once it's ready, you can review it and decide if you'd like to integrate it.
Best regards, Pat
Hi,
I found this one https://artifacthub.io/packages/helm/nbcloud/headplane. But I cant find the author or a public Git repository. It has bugs, but I fixed some of them on my local machine and would like to make a pull request to make them available for everyone.
Sure, if its something that works with the next branch, I'll accept it.
Hi,
I found this one https://artifacthub.io/packages/helm/nbcloud/headplane. But I cant find the author or a public Git repository. It has bugs, but I fixed some of them on my local machine and would like to make a pull request to make them available for everyone.
I found it and forked to add oidc optionally https://github.com/antoniolago/headplane-chart
this is my running setup: https://github.com/antoniolago/lag0-fleet-manifests/blob/main/headscale/helm.yaml
Thank you for this, I may consider adding it to the upstream docs with the 0.6.1 update.
I will add a key to edit acl policies on values when mode file in
policy:
mode: file
path: "/etc/headscale/acl.hujson"
After that I can create a PR so we move the chart here if you think that's convenient
EDIT:
Created a PR in #240 , feel free to use this as you see fit