Before running this chart please carefully read notes below
Create secrets/
directory inside this chart's directory.
Directory structure:
-
keys.json
with valid rsa jwks json inside, with"use": "enc"
set. -
db.json
with postgres connect string in the following format{ "db_url": "postgres://user:password@host:port/dbname" }
- If you use Istio for ingress routing the
useIstio
parameter should be set totrue
. In this case you need to have ssl certificate created beforehand. The certificate must be stored incert-webngt-wildcard
secret in the target namespase you define with the option-n
when you runhelm install
.
helm install -f values.yaml -n checklist checklist .