Installs Terralist, A truly private Terraform registry.
This repo contains helm charts the Terralist community developed to help deploy Terralist on Kubernetes cluster.
It leverages the bjw-s common-library chart to make configuration as easy as possible.
$ helm install --create-namespace --namespace terralist terralist oci://ghcr.io/terralist/helm-charts/terralist -f values.yaml
You should not copy the full values.yaml from this repository. Only set the values that you want to override.
There are a few things that you are required to configure in your values.yaml before installing the chart:
- Required Terralist options (TERRALIST_OAUTH_PROVIDER, TERRALIST_TOKEN_SIGNING_SECRET, etc...)
- Configure persistence for /data:- Either let the chart create a PVC (set persistence.data.storageClassandsize), or
- Point at an existing PVC with persistence.data.existingClaim, or
 
- Either let the chart create a PVC (set 
The Terralist chart is highly customizable. You can see a detailed documentation
of all possible changes within the charts/terralist/values.yaml file.
This chart uses the common library. You can freely add more top level keys to be applied to all the components, please reference the common library's values.yaml to see what keys are available.
To see the currently installed Terralist chart:
helm ls --namespace terralistTo uninstall/delete the terralist chart:
helm delete --namespace terralist terralistThe command removes all the Kubernetes components associated with the chart and deletes the release.