Border0 managed Helm charts:
Chart Name | Description |
---|---|
border0-connector | Helm chart to deploy the Border0 Connector |
Add this Helm repository:
helm repo add border0 https://borderzero.github.io/helm-charts
Then install the chart with your configuration overrides e.g.:
helm install border0-connector border0/border0-connector \
--set config.token="eyJhbGciOiJIUzI1NiIsIn..."
To run a custom container image, set image.override
to the full image reference:
--set image.override="ghcr.io/borderzero/border0:dev"
Note: The chart uses the Helm release namespace for namespaced resources. Set the namespace with --namespace
.