Fork of https://gitlab.com/burke-software/django-helm-chart/ to fix a bug in the upstream
				
			
		
				Make helm chart more generic Closes #5 See merge request glitchtip/glitchtip-helm-chart!1  | 
			||
|---|---|---|
| charts | ||
| templates | ||
| .gitlab-ci.yml | ||
| .helmignore | ||
| Chart.lock | ||
| Chart.yaml | ||
| LICENSE | ||
| README.md | ||
| values-sample.yaml | ||
| values.yaml | ||
GlitchTip Helm Chart
We use this chart internally. However it's not fully documented yet nor tested in a wide range of scenarios. If you are a helm and kubernetes expert - feel free to use this and help contribute to this repo.
Usage
- Add our Helm chart repo 
helm repo add glitchtip https://glitchtip.gitlab.io/glitchtip-helm-chart/ - Review our values.yaml. At a minimum you'll need to set databaseURL and secretKey.
 - Install the chart 
helm install glitchtip/glitchtip --set databaseURL=your_db --set secretKey=random_string