Skip to content

Commit

Permalink
Add more info on extraArgs
Browse files Browse the repository at this point in the history
Signed-off-by: Domonkos Cinke <seayou@gmail.com>
  • Loading branch information
Sea-you committed Nov 29, 2022
1 parent 348f951 commit bd2f589
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/ceph-csi-cephfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ provisioner:
tag: v3.3.0
pullPolicy: IfNotPresent
resources: {}
# See https://github.com/kubernetes-csi/external-provisioner#command-line-options for further options
extraArgs: []

# set metadata on volume
Expand All @@ -190,6 +191,7 @@ provisioner:
tag: v1.6.0
pullPolicy: IfNotPresent
resources: {}
# See https://github.com/kubernetes-csi/external-resizer#recommended-optional-arguments for further options
extraArgs: []

snapshotter:
Expand All @@ -198,6 +200,7 @@ provisioner:
tag: v6.1.0
pullPolicy: IfNotPresent
resources: {}
# See https://github.com/kubernetes-csi/external-snapshotter#csi-external-snapshotter-sidecar-command-line-options for further options
extraArgs: []

nodeSelector: {}
Expand Down
4 changes: 4 additions & 0 deletions charts/ceph-csi-rbd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ provisioner:
tag: v3.3.0
pullPolicy: IfNotPresent
resources: {}
# See https://github.com/kubernetes-csi/external-provisioner#command-line-options for further options
extraArgs: []

# set metadata on volume
Expand All @@ -223,6 +224,7 @@ provisioner:
tag: v4.0.0
pullPolicy: IfNotPresent
resources: {}
# See https://github.com/kubernetes-csi/external-attacher#command-line-options for further options
extraArgs: []

resizer:
Expand All @@ -233,6 +235,7 @@ provisioner:
tag: v1.6.0
pullPolicy: IfNotPresent
resources: {}
# See https://github.com/kubernetes-csi/external-resizer#recommended-optional-arguments for further options
extraArgs: []

snapshotter:
Expand All @@ -241,6 +244,7 @@ provisioner:
tag: v6.1.0
pullPolicy: IfNotPresent
resources: {}
# See https://github.com/kubernetes-csi/external-snapshotter#csi-external-snapshotter-sidecar-command-line-options for further options
extraArgs: []

nodeSelector: {}
Expand Down

0 comments on commit bd2f589

Please sign in to comment.