Use gitlab helm chart hosting, helps towards #14
This commit is contained in:
parent
ef579f7f40
commit
be0cd31618
2 changed files with 28 additions and 15 deletions
|
@ -7,7 +7,7 @@ Based on https://gitlab.com/burke-software/django-helm-chart/
|
|||
|
||||
# Usage
|
||||
|
||||
1. Add our Helm chart repo `helm repo add glitchtip https://glitchtip.gitlab.io/glitchtip-helm-chart/`
|
||||
1. Add our Helm chart repo `helm repo add glitchtip https://gitlab.com/api/v4/projects/16325141/packages/helm/stable`
|
||||
2. Review our values.yaml. At a minimum you'll need to set env.secret.DATABASE_URL and env.secret.SECRET_KEY.
|
||||
3. Install the chart `helm install glitchtip/glitchtip`
|
||||
|
||||
|
|
Reference in a new issue