Skip to content

Commit

Permalink
Add persistence.existingClaim to value documentation (#361)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Haun <[email protected]>
  • Loading branch information
penguineer authored Dec 23, 2024
1 parent 8bd33c3 commit d2786b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/node-red/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ The command removes all the Kubernetes components associated with the chart and
| persistence.enabled | bool | `false` | Use persistent volume to store data |
| persistence.keepPVC | bool | `false` | ## Keep a created Persistent volume claim when uninstalling the helm chart (default: false) |
| persistence.size | string | `"5Gi"` | Size of persistent volume claim |
| persistence.existingClaim | string | `""` | Do not create, but use an existing volume claim with the provided name |
| podAnnotations | object | `{}` | Pod annotations |
| podLabels | object | `{}` | Labels to add to the node-red pod. default: {} |
| podSecurityContext | object | `{"fsGroup":1000,"runAsUser":1000}` | Pod Security Context see [values.yaml](values.yaml) |
Expand Down

0 comments on commit d2786b7

Please sign in to comment.