Skip to content

Commit 54602ea

Browse files
committed
Update README.md
1 parent 4699c82 commit 54602ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/helm/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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"` |

0 commit comments

Comments
 (0)