You need to sign in or sign up before continuing.
Commit 0803f9ac authored by Naseem's avatar Naseem Committed by Naseem

Add note that existingClaim cannot be used in conjunction with enterprise mode.

Signed-off-by: 's avatarNaseem <naseem@transit.app>
parent e82f8560
......@@ -60,7 +60,7 @@ The command removes all the Kubernetes components associated with the chart and
| startupProbe | Health check for pod | {} |
| service.type | Kubernetes service type | ClusterIP |
| persistence.enabled | Boolean to enable and disable persistance | true |
| persistence.existingClaim | An existing PersistentVolumeClaim | nil |
| persistence.existingClaim | An existing PersistentVolumeClaim, ignored if enterprise.enabled=true | nil |
| persistence.storageClass | If set to "-", storageClassName: "", which disables dynamic provisioning. If undefined (the default) or set to null, no storageClassName spec is set, choosing the default provisioner. (gp2 on AWS, standard on GKE, AWS & OpenStack | |
| persistence.annotations | Annotations for volumeClaimTemplates | nil |
| persistence.accessMode | Access mode for the volume | ReadWriteOnce |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment