Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/netbird/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ The following table lists the configurable parameters of the NetBird Helm chart
| management.persistentVolume.accessModes[0] | string | `"ReadWriteOnce"` | |
| management.persistentVolume.enabled | bool | `true` | |
| management.persistentVolume.existingPVName | string | `""` | |
| management.persistentVolume.size | string | `"10Mi"` | |
| management.persistentVolume.size | string | `"100Mi"` | |
| management.persistentVolume.storageClass | string | `nil` | |
| management.podAnnotations | object | `{}` | |
| management.podCommand.args[0] | string | `"--port=80"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/netbird/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ management:

## @param management.persistentVolume.size Size of the persistent volume.
##
size: 10Mi
size: 100Mi

## @param management.persistentVolume.storageClass Storage Class of the persistent volume.
##
Expand Down