diff --git a/mailu/README.md b/mailu/README.md index a628e779..e9d8259f 100644 --- a/mailu/README.md +++ b/mailu/README.md @@ -449,7 +449,7 @@ Check that the deployed pods are all running. | `redis.master.persistence.accessModes` | Pod pvc access modes | `["ReadWriteOnce"]` | | `redis.master.persistence.annotations` | Pod pvc annotations | `{}` | | `redis.master.persistence.existingClaim` | Pod pvc existing claim; necessary if using single_pvc | `""` | -| `redis.master.persistence.subPath` | Subpath in PVC; necessary if using single_pvc (set it to `/redis`) | `""` | +| `redis.master.persistence.subPath` | Subpath in PVC; necessary if using single_pvc (set it to `redis`) | `""` | | `redis.replica.count` | Number of redis replicas (only if `redis.architecture=replication`) | `0` | ### Postfix parameters diff --git a/mailu/values.yaml b/mailu/values.yaml index 91f44f07..2b7f6336 100644 --- a/mailu/values.yaml +++ b/mailu/values.yaml @@ -1113,7 +1113,7 @@ redis: ## @param redis.master.persistence.accessModes Pod pvc access modes ## @param redis.master.persistence.annotations Pod pvc annotations ## @param redis.master.persistence.existingClaim Pod pvc existing claim; necessary if using single_pvc - ## @param redis.master.persistence.subPath Subpath in PVC; necessary if using single_pvc (set it to `/redis`) + ## @param redis.master.persistence.subPath Subpath in PVC; necessary if using single_pvc (set it to `redis`) persistence: enabled: true size: 8Gi