Edits to Operator Guide
Closes #28009 Signed-off-by: AndyMunro <amunro@redhat.com> Signed-off-by: Alexander Schwartz <aschwart@redhat.com> Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
a41d865600
commit
8602b4f9cf
4 changed files with 6 additions and 4 deletions
|
@ -7,3 +7,4 @@
|
|||
:infinispan-operator-docs: https://infinispan.org/docs/infinispan-operator/main/operator.html
|
||||
:infinispan-xsite-docs: https://infinispan.org/docs/stable/titles/xsite/xsite.html
|
||||
:containerlabel: latest
|
||||
:apidocs_adminrest_link: https://www.keycloak.org/docs-api/{version}/rest-api/
|
||||
|
|
|
@ -203,7 +203,6 @@ spec:
|
|||
Moreover, the {project_name} container manages the heap size more effectively by providing relative values for the heap size.
|
||||
It is achieved by providing certain JVM options.
|
||||
|
||||
For more details, check the
|
||||
https://www.keycloak.org/server/containers[Running Keycloak in a container].
|
||||
For more details, see <@links.server id="containers" />.
|
||||
|
||||
</@tmpl.guide>
|
||||
|
|
|
@ -52,11 +52,13 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: postgresql-db
|
||||
image: postgres:latest
|
||||
image: postgres:15
|
||||
volumeMounts:
|
||||
- mountPath: /data
|
||||
name: cache-volume
|
||||
env:
|
||||
- name: POSTGRES_USER
|
||||
value: testuser
|
||||
- name: POSTGRES_PASSWORD
|
||||
value: testpassword
|
||||
- name: PGDATA
|
||||
|
|
|
@ -36,7 +36,7 @@ spec:
|
|||
----
|
||||
|
||||
This CR should be created in the same namespace as the Keycloak Deployment CR, defined in the field `keycloakCRName`.
|
||||
The `realm` field accepts a full https://www.keycloak.org/docs-api/{version}/rest-api/index.html#RealmRepresentation[RealmRepresentation].
|
||||
The `realm` field accepts a full {apidocs_adminrest_link}/index.html#RealmRepresentation[RealmRepresentation].
|
||||
|
||||
The recommended way to obtain a `RealmRepresentation` is by leveraging the export functionality <@links.server id="importExport"/>.
|
||||
|
||||
|
|
Loading…
Reference in a new issue