Skip to content

Commit

Permalink
docs: update Keycloak CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkarshUmre authored and pmig committed Feb 27, 2024
1 parent b98f25c commit 2e3d703
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/docs/03_crd-reference/keycloak.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@ kind: Keycloak
metadata:
name: keycloak
spec:
version: "21.1.2"
host: keycloak.mycompany.eu
management:
enabled: true
image: "quay.io/keycloak/keycloak:21.1.2"
imagePullSecrets:
- name: "secret-name"

```

## Spec
Expand All @@ -30,7 +35,8 @@ spec:
| management | [ManagementSpec](#management) | | Configuration of the keycloak management UI |
| resources | [ResourceRequirements](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) | | |
| database | [PostgresDatabaseSpec](./../common/postgres)? | | |

| image | String | | The Docker image to be used for Keycloak deployment. |
| imagePullSecrets| List of [LocalObjectReference](https://github.com/kubernetes-client/java/blob/master/kubernetes/docs/V1LocalObjectReference.md)| | Secrets to pull private Docker images. |
### ManagementSpec {#management}

| Name | Type | Default | |
Expand Down

0 comments on commit 2e3d703

Please sign in to comment.