feat(helm): add default datastore name in the helm chart (#536)

This commit is contained in:
Adriano Pezzuto
2024-08-12 09:24:56 +02:00
committed by GitHub
parent d2f3cfda24
commit d8a86edcec
6 changed files with 18 additions and 23 deletions

View File

@@ -26,7 +26,7 @@ For example, with a PostgreSQL datastore installed:
```bash
helm install kamaji charts/kamaji -n kamaji-system --create-namespace \
--set etcd.deploy=false \
--set kamaji-etcd.deploy=false \
--set datastore.driver=PostgreSQL \
--set datastore.endpoints[0]=postgres-default-rw.kamaji-system.svc:5432 \
--set datastore.basicAuth.usernameSecret.name=postgres-default-superuser \