From f30a1e452b6580602dd243f7da66abdaab59d69f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCller?= Date: Fri, 3 Jul 2026 11:14:18 +0200 Subject: [PATCH] chore: crds are installed by the operator --- docs/modules/commons-operator/pages/installation.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/modules/commons-operator/pages/installation.adoc b/docs/modules/commons-operator/pages/installation.adoc index afba45c..9b38f8f 100644 --- a/docs/modules/commons-operator/pages/installation.adoc +++ b/docs/modules/commons-operator/pages/installation.adoc @@ -56,6 +56,7 @@ Install the Stackable Commons Operator $ helm install --wait commons-operator \ oci://oci.stackable.tech/sdp-charts/commons-operator --version 24.7.0 -Helm will deploy the operator in Kubernetes and apply the CRDs. +Helm will deploy the operator in Kubernetes. +The operator installs and maintains its own CRDs at startup (see xref:concepts:maintenance/crds.adoc[]). -- ====