mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-01 13:58:49 +00:00
docs: Update kubernetes.mdx - update cockroachdb conf.single-node
helm parameter (#6382)
Update kubernetes.mdx - update cockroachdb conf.single-node parameter Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
parent
54508ebd82
commit
9b43e28c23
@ -31,7 +31,7 @@ you can setup ZITADEL and either
|
||||
# Install CockroachDB
|
||||
helm install crdb cockroachdb/cockroachdb \
|
||||
--set fullnameOverride=crdb \
|
||||
--set single-node=true \
|
||||
--set conf.single-node=true \
|
||||
--set statefulset.replicas=1
|
||||
|
||||
# Install ZITADEL
|
||||
@ -65,7 +65,7 @@ With this setup you only get a key for a service account. Logging in at ZITADEL
|
||||
# Install CockroachDB
|
||||
helm install crdb cockroachdb/cockroachdb \
|
||||
--set fullnameOverride=crdb \
|
||||
--set single-node=true \
|
||||
--set conf.single-node=true \
|
||||
--set statefulset.replicas=1
|
||||
|
||||
# Install ZITADEL
|
||||
|
Loading…
x
Reference in New Issue
Block a user