Skip to content

lensesio/lenses-helm-charts

Repository files navigation

Helm Charts for Lenses

This repo contains the source code of the Lenses' Helm chart.

To use the chart, add Lenses' Helm repo:

helm repo add lensesio https://helm.repo.lenses.io/
helm repo update

And deploy Lenses, optionally setting your ingress:

helm install lenses lensesio/lenses \
  --namespace lenses \
  --set ingress.enabled=true \
  --set ingress.enabled.host=lenses.mycompany.url

To get started: