Skip to content

Commit 971e0ec

Browse files
committed
Update README.md with readme-generator-for-helm
Signed-off-by: Bitnami Bot <[email protected]>
1 parent 3e22ff4 commit 971e0ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bitnami/flink/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,15 @@ persistence:
384384
| `taskmanager.pdb.minAvailable` | Minimum number/percentage of pods that should remain scheduled | `""` |
385385
| `taskmanager.pdb.maxUnavailable` | Maximum number/percentage of pods that may be made unavailable.Defaults to `1` if both `secondary.pdb.minAvailable` and `secondary.pdb.maxUnavailable` are empty. | `""` |
386386

387+
### Persistence parameters
388+
389+
| Name | Description | Value |
390+
| --------------------------- | --------------------------------------------------------------------------------------------------------- | --------------- |
391+
| `persistence.enabled` | Enable persistence | `false` |
392+
| `persistence.accessMode` | Persistent Volume Access Mode | `ReadWriteOnce` |
393+
| `persistence.existingClaim` | If you want to reuse an existing claim, you can pass the name of the PVC using the existingClaim variable | `""` |
394+
| `persistence.size` | Size for the PV | `10Gi` |
395+
387396
## Upgrading
388397

389398
### To 1.4.0

0 commit comments

Comments
 (0)