Skip to content

Commit

Permalink
add missing helm docs
Browse files Browse the repository at this point in the history
Signed-off-by: hanenMizouni <[email protected]>
  • Loading branch information
outscale-hmi committed Sep 12, 2024
1 parent 75a9b10 commit ec8ad49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ Kubernetes: `>=1.20`
| sidecars.nodeDriverRegistrarImage.tag | string | `"v2.3.0"` | |
| sidecars.provisionerImage.enableHttpEndpoint | bool | `false` | Enable http endpoint to get metrics of the container |
| sidecars.provisionerImage.enableLivenessProbe | bool | `false` | Enable liveness probe for the container |
| sidecars.provisionerImage.extraArgs.--feature-gates | string | `"NodeSwap=true"` | |
| sidecars.provisionerImage.extraArgs.--feature-gates | string | `"CrossNamespaceVolumeDataSource=true"` | |
| sidecars.provisionerImage.httpEndpointPort | string | `"8089"` | Port of the http endpoint |
| sidecars.provisionerImage.leaderElection | object | `{}` | Customize leaderElection, you can specify `leaseDuration`, `renewDeadline` and/or `retryPeriod`. Each value must be in an acceptable time.ParseDuration format.(Ref: https://pkg.go.dev/flag#Duration) |
| sidecars.provisionerImage.repository | string | `"registry.k8s.io/sig-storage/csi-provisioner"` | |
Expand Down

0 comments on commit ec8ad49

Please sign in to comment.