File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,9 @@ The chart should dump its version and appVersion in the Chart.yaml file every re
3434| ` preferences.enabled ` | Whether to mount preferences.json | ` false ` |
3535| ` preferences.data ` | Preferences to load | ` {} ` |
3636| ` resources.* ` | Allocated requests and limits resources | ` {"requests": {...}, "limits": {...}} ` |
37- | ` persistence.enabled ` | PVC resource creation | ` false ` |
37+ | ` persistence.enabled ` | PVC resource creation | ` true ` |
3838| ` service.type ` | Service type | ` "ClusterIP" ` |
3939| ` service.loadBalancerIP ` | Load balancer IP (Only if service.type is LoadBalancer) | ` "" ` |
4040| ` ingress.enabled ` | Ingress resource creation | ` false ` |
41- | ` ingress.hostname ` | Ingress resource hostname | ` "pgadmin4.local" ` |
41+
42+ | ` ingress.hostname ` | Ingress resource hostname | ` "pgadmin4.local" ` |
You can’t perform that action at this time.
0 commit comments