Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/modules/secret-operator/pages/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading