Skip to content

Commit

Permalink
Merge branch 'master' into update_readme_options
Browse files Browse the repository at this point in the history
Signed-off-by: JesseBot <[email protected]>
  • Loading branch information
jessebot authored Jan 25, 2023
2 parents 85a25cc + 0eb9e80 commit 085a55e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,14 @@ The following table lists the configurable parameters of the nextcloud chart and
| `mariadb.auth.password` | Password for the database | `changeme` |
| `mariadb.auth.username` | Database user to create | `nextcloud` |
| `mariadb.auth.rootPassword` | MariaDB admin password | `nil` |
| `mariadb.primary.persistence.enabled` | Whether or not to Use a PVC on MariaDB primary | `false` |
| `mariadb.primary.persistence.existingClaim` | Use an existing PVC for MariaDB primary | `nil` |
| `postgresql.enabled` | Whether to use the PostgreSQL chart | `false` |
| `postgresql.global.postgresql.auth.username` | Database user to create | `nextcloud` |
| `postgresql.global.postgresql.auth.password` | Password for the database | `changeme` |
| `postgresql.global.postgresql.auth.database` | Database name to create | `nextcloud` |
| `postgresql.primary.persistence.enabled` | Whether or not to use PVC on PostgreSQL primary | `false` |
| `postgresql.primary.persistence.existingClaim` | Use an existing PVC for PostgreSQL primary | `nil` |
| `redis.enabled` | Whether to install/use redis for locking | `false` |
| `redis.auth.enabled` | Whether to enable password authentication with redis | `true` |
| `redis.auth.password` | The password redis uses | `''` |
Expand Down
4 changes: 4 additions & 0 deletions charts/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ mariadb:
primary:
persistence:
enabled: false
# Use an existing Persistent Volume Claim (must be created ahead of time)
# existingClaim: ""
# storageClass: ""
accessMode: ReadWriteOnce
size: 8Gi
Expand All @@ -298,6 +300,8 @@ postgresql:
primary:
persistence:
enabled: false
# Use an existing Persistent Volume Claim (must be created ahead of time)
# existingClaim: ""
# storageClass: ""

##
Expand Down

0 comments on commit 085a55e

Please sign in to comment.