Update documentation of operator to support only creation and deletio… (#1402)

* Update documentation of operator to support only creation and deletion of domain objects

* Update server_installation/topics/operator/command-options.adoc

Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>

* Update server_installation/topics/operator/keycloak-realm-cr.adoc

Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>

Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
This commit is contained in:
Andrea Peruffo 2022-04-20 16:17:21 +01:00 committed by GitHub
parent ed36367f13
commit 9f42a09426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -18,5 +18,10 @@ A window opens where you can make changes.
[NOTE]
====
You can update the YAML file and changes appear in the {project_name} admin console, however changes to the admin console do not update the custom resource.
You can update the Keycloak CR YAML file and changes will be applied to the deployment.
Updates to the other resources are limited:
Keycloak Realm CR only supports basic creation and deletion without sync options.
Keycloak User and Client CRs support unidirectional updates (changes to the CR are reflected in Keycloak but changes done in Keycloak are not updated in the CR).
====

View file

@ -6,7 +6,7 @@ You can use the Operator to create realms in {project_name} as defined by a cust
[NOTE]
====
You can update the YAML file and changes appear in the {project_name} admin console, however changes to the admin console do not update the custom resource.
You can only create or delete realms by creating or deleting the YAML file, and changes appear in the {project_name} admin console. However changes to the admin console are not reflected back and updates of the CR after the realm is created are not supported.
====
.Example YAML file for a `Realm` custom resource