You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| controller.persistence.labels | object |`{}`| Create a `PersistentVolumeClaim` with these labels. |
82
82
| controller.persistence.selector | object |`{}`| Selector to match an existing `PersistentVolume`. |
83
83
| controller.persistence.size | string |`"4Gi"`| Create a `PersistentVolumeClaim` with this storage size. |
84
-
| controller.persistence.storageClass | string |`"standard"`| Create a `PersistentVolumeClaim` with this storage class. |
84
+
| controller.persistence.storageClass | string |`nil`| Create a `PersistentVolumeClaim` with this storage class. |
85
85
| controller.priorityClassName | string |`""`| Set the priority class to use. Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass|
86
86
| controller.resources | object |`{}`| Set container resource requests and limits for Kubernetes Pod scheduling. Ref: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container|
87
87
| controller.service | object |`{}`| The controller service configuration. Ref: https://kubernetes.io/docs/concepts/services-networking/service/|
0 commit comments