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:
andymunro 2024-03-21 13:44:44 -04:00 committed by GitHub
parent a41d865600
commit 8602b4f9cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

View file

@ -7,3 +7,4 @@
:infinispan-operator-docs: https://infinispan.org/docs/infinispan-operator/main/operator.html :infinispan-operator-docs: https://infinispan.org/docs/infinispan-operator/main/operator.html
:infinispan-xsite-docs: https://infinispan.org/docs/stable/titles/xsite/xsite.html :infinispan-xsite-docs: https://infinispan.org/docs/stable/titles/xsite/xsite.html
:containerlabel: latest :containerlabel: latest
:apidocs_adminrest_link: https://www.keycloak.org/docs-api/{version}/rest-api/

View file

@ -203,7 +203,6 @@ spec:
Moreover, the {project_name} container manages the heap size more effectively by providing relative values for the heap size. 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. It is achieved by providing certain JVM options.
For more details, check the For more details, see <@links.server id="containers" />.
https://www.keycloak.org/server/containers[Running Keycloak in a container].
</@tmpl.guide> </@tmpl.guide>

View file

@ -52,11 +52,13 @@ spec:
spec: spec:
containers: containers:
- name: postgresql-db - name: postgresql-db
image: postgres:latest image: postgres:15
volumeMounts: volumeMounts:
- mountPath: /data - mountPath: /data
name: cache-volume name: cache-volume
env: env:
- name: POSTGRES_USER
value: testuser
- name: POSTGRES_PASSWORD - name: POSTGRES_PASSWORD
value: testpassword value: testpassword
- name: PGDATA - name: PGDATA

View file

@ -36,7 +36,7 @@ spec:
---- ----
This CR should be created in the same namespace as the Keycloak Deployment CR, defined in the field `keycloakCRName`. 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"/>. The recommended way to obtain a `RealmRepresentation` is by leveraging the export functionality <@links.server id="importExport"/>.