File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
deploy/helm/listener-operator Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
13
13
- BREAKING: Split helm values for independent configuration ([ #334 ] ).
14
14
- ` controller ` values have been moved to ` csiProvisioner.controllerService ` .
15
15
- ` csiProvisioner ` values have been moved to ` csiProvisioner.externalProvisioner `
16
- - ` csiNodeDriverRegistrar ` values have been moved to ` csiNodeDriver.nodeRegistrar ` .
16
+ - ` csiNodeDriverRegistrar ` values have been moved to ` csiNodeDriver.nodeDriverRegistrar ` .
17
17
- ` node.driver ` values have been moved to ` csiNodeDriver.nodeService ` .
18
18
- ` podAnnotations ` has been split into ` csiProvisioner.podAnnotations ` and ` csiNodeDriver.podAnnotations ` .
19
19
- ` podSecurityContext ` has been split into ` csiProvisioner.podSecurityContext ` and ` csiNodeDriver.podSecurityContext ` .
Original file line number Diff line number Diff line change @@ -72,9 +72,7 @@ csiNodeDriver:
72
72
73
73
affinity : {}
74
74
75
- # priority: ...
76
75
# priorityClassName: ...
77
- # preemptionPolicy: ...
78
76
79
77
nodeService :
80
78
resources :
You can’t perform that action at this time.
0 commit comments