From f96730be1def3d37c1e3a522d1b7254b7c5dc7c3 Mon Sep 17 00:00:00 2001 From: David Burke Date: Fri, 23 Oct 2020 20:26:16 +0000 Subject: [PATCH] Add README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e5b512 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 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 + +1. Add our Helm chart repo `helm repo add glitchtip https://glitchtip.gitlab.io/glitchtip-helm-chart/` +2. Review our values.yaml. At a minimum you'll need to set databaseURL and secretKey. +3. Install the chart `helm install glitchtip/glitchtip --set databaseURL=your_db --set secretKey=random_string`