fix: adding a doc note about clean up (#39731)

closes: #39338

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
Steven Hawkins 2025-05-15 08:08:31 -04:00 committed by GitHub
parent 5a992e3f54
commit 603ecf20eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,8 @@ Using the {project_name} Operator, you can perform a realm import for the Keyclo
* If a Realm with the same name already exists in {project_name}, it will not be overwritten.
* The Realm Import CR only supports creation of new realms and does not update or delete those. Changes to the realm performed directly on {project_name} are not synced back in the CR.
* Once the realm is imported you should delete the Realm Import CR as that will cleanup the associated Kubernetes Job and Pod resources.
====
=== Creating a Realm Import Custom Resource