lightdash / helm-charts

Lightdash Community helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightdash helm-charts

Development

It is recommended to work on this project with VS Code, as the development environment is pre-configured in a development container.

Linting

ct lint --all

🚧 WARNING 🚧

Please be advised that these helm charts are under rapid development and will be refactored in the very near future.

It is recommended that you use this repository to generate and customize your own manifests (possibly using helm template until the charts stabilize).

Running with minikube

# Start minikube (optionally use hyperkit not docker)
minikube start --driver=hyperkit

# Get the lightdash helm charts (this repo)
helm repo add lightdash https://lightdash.github.io/helm-charts

# Pull a specific version of lightdash - (~5 minutes)
minikube image pull lightdash/lightdash:0.433.1

# Use a locally built image of lightdash - (~5 minutes)
minikube image load lightdash/lightdash:0.433.1-alpha

##########
### values.yaml
image:
  tag: latest
service:
  type: NodePort
configMap:
  LIGHTDASH_SECRET: "your-secret"
##########

# Install Lightdash
helm install my-lightdash lightdash/lightdash -f values.yaml

# Get the cluster url for Lightdash
minikube service lightdash --url

About

Lightdash Community helm charts


Languages

Language:Shell 85.3%Language:Smarty 10.8%Language:Dockerfile 3.9%