From 85886d8b2938e3ebd8bafc2c9e60b982161704fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCller?= Date: Fri, 3 Jul 2026 11:36:23 +0200 Subject: [PATCH] docs: crds are installed by the operator --- docs/modules/secret-operator/pages/installation.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/modules/secret-operator/pages/installation.adoc b/docs/modules/secret-operator/pages/installation.adoc index 6da95829..90918471 100644 --- a/docs/modules/secret-operator/pages/installation.adoc +++ b/docs/modules/secret-operator/pages/installation.adoc @@ -30,7 +30,9 @@ Install the Stackable Secret Operator $ helm install secret-operator oci://oci.stackable.tech/sdp-charts/secret-operator ---- -Helm will deploy the operator in Kubernetes containers and apply the CRDs. You're now ready to deploy secrets! +Helm will deploy the operator in Kubernetes containers. +The operator installs and maintains its own CRDs at startup (see xref:concepts:maintenance/crds.adoc[]). +You're now ready to deploy secrets! === Microk8s