diff --git a/docs/modules/opa/pages/getting_started/installation.adoc b/docs/modules/opa/pages/getting_started/installation.adoc index 19722fa6..fb44d1f9 100644 --- a/docs/modules/opa/pages/getting_started/installation.adoc +++ b/docs/modules/opa/pages/getting_started/installation.adoc @@ -44,7 +44,8 @@ Install the Stackable OPA operator: include::example$getting_started/getting_started.sh[tag=helm-install-operators] ---- -Helm deploys the operator in a Kubernetes Deployment and apply the CRDs for the OPA service. +Helm deploys the operator in a Kubernetes Deployment. +The operator installs and maintains its own CRDs at startup (see xref:concepts:maintenance/crds.adoc[]). -- ====