This commit is contained in:
Michael Thomson
2023-12-04 22:42:41 -05:00
parent 65178bb01f
commit 1475666843

View File

@@ -142,7 +142,7 @@ spec:
# helm.sh/resource-policy: keep # helm.sh/resource-policy: keep
# -- Config: Access modes for the claim # -- Config: Access modes for the claim
accessModes: accessModes:
- ReadWriteMany - ReadWriteOnce
# -- Config: Size for the claim # -- Config: Size for the claim
size: 2Gi size: 2Gi
# -- Config: Alternative data volume definition (e.g. nfs, hostPath). Used when `persistence.config.isPvc` is `false` # -- Config: Alternative data volume definition (e.g. nfs, hostPath). Used when `persistence.config.isPvc` is `false`
@@ -163,7 +163,7 @@ spec:
# helm.sh/resource-policy: keep # helm.sh/resource-policy: keep
# -- Data: Access modes for the claim # -- Data: Access modes for the claim
accessModes: accessModes:
- ReadWriteOnce - ReadWriteMany
# -- Data: Size for the claim # -- Data: Size for the claim
size: 64Gi size: 64Gi
# -- Data: Alternative data volume definition (e.g. nfs, hostPath). Used when `persistence.data.isPvc` is `false` # -- Data: Alternative data volume definition (e.g. nfs, hostPath). Used when `persistence.data.isPvc` is `false`