From f8f074fc2780a2493496014c379a91a5b3f41cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCller?= Date: Fri, 3 Jul 2026 11:23:13 +0200 Subject: [PATCH] docs: crds are installed by the operator --- docs/modules/druid/pages/getting_started/installation.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/druid/pages/getting_started/installation.adoc b/docs/modules/druid/pages/getting_started/installation.adoc index dcbc00d9..65c8fbf8 100644 --- a/docs/modules/druid/pages/getting_started/installation.adoc +++ b/docs/modules/druid/pages/getting_started/installation.adoc @@ -42,7 +42,8 @@ NOTE: `helm repo` subcommands are not supported for OCI registries. The operator include::example$getting_started/getting_started.sh[tag=helm-install-operators] ---- -Helm deploys the operators in a Kubernetes Deployment and applies the CRDs for the Apache Druid service (as well as the CRDs for the required operators). +Helm deploys the operators in a Kubernetes Deployment. +Each operator installs and maintains its own CRDs at startup (see xref:concepts:maintenance/crds.adoc[]). -- ====