Skip to content

Commit

Permalink
fix: Align keycloak values to use PGO (#50)
Browse files Browse the repository at this point in the history
Change-Id: Ica0f23a76aeba022b1d0b35f69712c6856fc5320
  • Loading branch information
MykolaMarusenko committed Feb 29, 2024
1 parent f10cb72 commit 2836f11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions add-ons/keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ A Helm chart for Keycloak
| keycloakx.command[8] | string | `"--spi-events-listener-jboss-logging-success-level=info"` | |
| keycloakx.command[9] | string | `"--spi-events-listener-jboss-logging-error-level=warn"` | |
| keycloakx.database.database | string | `"keycloak"` | |
| keycloakx.database.existingSecret | string | `"postgresql-pguser-admin"` | |
| keycloakx.database.hostname | string | `"postgresql-primary.security.svc"` | |
| keycloakx.database.existingSecret | string | `"keycloak-pguser-admin"` | |
| keycloakx.database.hostname | string | `"keycloak-primary.security.svc"` | |
| keycloakx.database.port | int | `5432` | |
| keycloakx.database.username | string | `"admin"` | |
| keycloakx.database.vendor | string | `"postgres"` | |
Expand Down
4 changes: 2 additions & 2 deletions add-ons/keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ keycloakx:

# PGO example (preconfigured by default)
vendor: postgres
existingSecret: postgresql-pguser-admin
hostname: postgresql-primary.security.svc
existingSecret: keycloak-pguser-admin
hostname: keycloak-primary.security.svc
port: 5432
username: admin
database: keycloak
Expand Down

0 comments on commit 2836f11

Please sign in to comment.