File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
charts/latest/csi-driver-smb Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ driver:
3030 name : smb.csi.k8s.io
3131
3232feature :
33- enableGetVolumeStats : false
33+ enableGetVolumeStats : true
3434
3535controller :
3636 name : csi-smb-controller
Original file line number Diff line number Diff line change 4242 ver = flag .Bool ("ver" , false , "Print the version and exit." )
4343 metricsAddress = flag .String ("metrics-address" , "0.0.0.0:29644" , "export the metrics" )
4444 kubeconfig = flag .String ("kubeconfig" , "" , "Absolute path to the kubeconfig file. Required only when running out of cluster." )
45- enableGetVolumeStats = flag .Bool ("enable-get-volume-stats" , false , "allow GET_VOLUME_STATS on agent node" )
45+ enableGetVolumeStats = flag .Bool ("enable-get-volume-stats" , true , "allow GET_VOLUME_STATS on agent node" )
4646 workingMountDir = flag .String ("working-mount-dir" , "/tmp" , "working directory for provisioner to mount smb shares temporarily" )
4747)
4848
You can’t perform that action at this time.
0 commit comments