dashboard/deployment/helmchart
Maarten de Waard 8c201c5652
release chart 1.5.1
2022-10-13 14:55:11 +02:00
..
templates add "create" rights for secrets and consigmaps 2022-10-12 16:21:26 +02:00
.helmignore add bitnami/Discourse chart as a basis, edit Chart.yaml 2021-09-30 14:37:30 +02:00
CHANGELOG.md release chart 1.5.1 2022-10-13 14:55:11 +02:00
Chart.lock add rbac to the helm chart, use temporary backend image 2022-09-29 17:26:47 +02:00
Chart.yaml release chart 1.5.1 2022-10-13 14:55:11 +02:00
README.md update chart with newer version of dashboard and dashboard-backend 2021-12-21 16:05:00 +01:00
values-local.yaml.example add job-initialize-user 2022-04-04 16:56:08 +02:00
values-stackspin.yaml Fix invalid reference format 2022-08-24 16:52:48 +02:00
values.yaml release chart 1.5.1 2022-10-13 14:55:11 +02:00

README.md

What is this?

Installs the Stackspin Dashboard into a Kubernetes cluster.

Installation

NOTE: Some values need to be overwritten during installation. See values-local.yaml.example for an example of configurations you might want to do. These instructions assume you copy values-local.yaml.example to values-local.yaml and edit it.

It is very important that you overwrite the following password and secrets variables manually when you run helm install:

  • backend.secretKey
  • backend.kratosUrl

Add our helm repository1:

helm repo add stackspin-dashboard https://open.greenhost.net/api/v4/projects/48/packages/helm/stable

Then install the chart:

helm install -f values-local.yaml my-dashboard stackspin-dashboard/dashboard

  1. If you want to test a version that is not on the main branch yet, use https://open.greenhost.net/api/v4/projects/1/packages/helm/unstable ↩︎