From b2a8b3145e85edb6a6dc6529ccaddf6d781f64ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCller?= Date: Fri, 3 Jul 2026 11:44:24 +0200 Subject: [PATCH] docs: crds are installed by the operator --- docs/modules/zookeeper/pages/getting_started/installation.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/zookeeper/pages/getting_started/installation.adoc b/docs/modules/zookeeper/pages/getting_started/installation.adoc index 39c5c2a4..419dcb69 100644 --- a/docs/modules/zookeeper/pages/getting_started/installation.adoc +++ b/docs/modules/zookeeper/pages/getting_started/installation.adoc @@ -42,7 +42,8 @@ Install the Stackable Operators: include::example$getting_started/code/getting_started.sh[tag=helm-install-operators] ---- -Helm deploys the operators in Kubernetes Deployments and applies the CRDs for the ZooKeeperCluster Stacklet. +Helm deploys the operators in Kubernetes Deployments. +Each operator installs and maintains its own CRDs at startup (see xref:concepts:maintenance/crds.adoc[]). -- ====