Skip to content

Commit

Permalink
Add postgresql.persistence.enabled entry to README list (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Oscar Löfwenhamn <[email protected]>
  • Loading branch information
oscarlofwenhamn authored Feb 28, 2020
1 parent 210088a commit 91eb71e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: keycloak
version: 7.0.0
version: 7.0.1
appVersion: 8.0.1
description: Open Source Identity and Access Management For Modern Applications and Services
keywords:
Expand Down
1 change: 1 addition & 0 deletions charts/keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ Parameter | Description | Default
`postgresql.postgresqlUser` | The PostgreSQL user (if `keycloak.persistence.deployPostgres=true`) | `keycloak`
`postgresql.postgresqlPassword` | The PostgreSQL password (if `keycloak.persistence.deployPostgres=true`) | `""`
`postgresql.postgresqlDatabase` | The PostgreSQL database (if `keycloak.persistence.deployPostgres=true`) | `keycloak`
`postgresql.persistence.enabled` | If `true`, a PersistentVolumeClaim is created for PostgreSQL (if `keycloak.persistence.deployPostgres=true`) | `false`
`test.enabled` | If `true`, test pods get scheduled | `true`
`test.image.repository` | Test image repository | `unguiculus/docker-python3-phantomjs-selenium`
`test.image.tag` | Test image tag | `v1`
Expand Down

0 comments on commit 91eb71e

Please sign in to comment.