Skip to content

Commit

Permalink
Merge pull request #339 from concourse/fix_postgres_readme_regression
Browse files Browse the repository at this point in the history
revert: regression in README, context below
  • Loading branch information
Spimtav authored Aug 17, 2023
2 parents 4f7f97e + 7ee09d0 commit ff5e532
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ The following table lists the configurable parameters of the Concourse chart and
| `postgresql.persistence.size` | Persistent Volume Storage Size | `8Gi` |
| `postgresql.persistence.storageClass` | Concourse data Persistent Volume Storage Class | `nil` |
| `persistence.worker.selector` | Concourse Worker Persistent Volume selector | `nil` |
| `postgresql.postgresqlDatabase` | PostgreSQL Database to create | `concourse` |
| `postgresql.postgresqlPassword` | PostgreSQL Password for the new user | `concourse` |
| `postgresql.postgresqlUsername` | PostgreSQL User to create | `concourse` |
| `postgresql.auth.database` | PostgreSQL Database to create | `concourse` |
| `postgresql.auth.password` | PostgreSQL Password for the new user | `concourse` |
| `postgresql.auth.username` | PostgreSQL User to create | `concourse` |
| `rbac.apiVersion` | RBAC version | `v1beta1` |
| `rbac.create` | Enables creation of RBAC resources | `true` |
| `rbac.webServiceAccountName` | Name of the service account to use for web pods if `rbac.create` is `false` | `default` |
Expand Down

0 comments on commit ff5e532

Please sign in to comment.