diff --git a/deploy/charts/rawfile-csi/templates/01-controller-plugin.yaml b/deploy/charts/rawfile-csi/templates/01-controller-plugin.yaml index 694faf1..c8377f8 100644 --- a/deploy/charts/rawfile-csi/templates/01-controller-plugin.yaml +++ b/deploy/charts/rawfile-csi/templates/01-controller-plugin.yaml @@ -70,6 +70,7 @@ spec: - "--csi-address=$(ADDRESS)" - "--feature-gates=Topology=true" - "--strict-topology" + - "--timeout=120s" env: - name: ADDRESS value: /csi/csi.sock