Skip to content

Commit d06bdbf

Browse files
committed
fix(charts): update persistence configuration documentation in README.md
- Clarified descriptions for persistence-related fields including mountPath, readOnly, retention policies, selector, size, and storageClass. - Ensured all keys have helm-docs compatible comment blocks for improved documentation generation.
1 parent 9feccfe commit d06bdbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/network/charts/network-nodes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ A Helm chart for Kubernetes
112112
| persistence.mountPath | string | `"/data"` | Container path where the persistent volume is mounted. |
113113
| persistence.readOnly | bool | `false` | Mount the volume read-only when true. |
114114
| persistence.retention.whenDeleted | string | `"Retain"` | Behaviour of PVCs when the Helm release is deleted. |
115-
| persistence.retention.whenScaled | string | `"Delete"` | Behaviour of PVCs when the StatefulSet scales down. |
115+
| persistence.retention.whenScaled | string | `"Retain"` | Behaviour of PVCs when the StatefulSet scales down. |
116116
| persistence.selector | object | `{}` | |
117117
| persistence.size | string | `"20Gi"` | Requested storage capacity for each PersistentVolumeClaim. |
118118
| persistence.storageClass | string | `""` | StorageClass name used for provisioning volumes; empty selects the cluster default. |

0 commit comments

Comments
 (0)