diff --git a/deploy/kubernetes/v1.22/controller.yml b/deploy/kubernetes/v1.22/controller.yml index f31f6de..5db5841 100644 --- a/deploy/kubernetes/v1.22/controller.yml +++ b/deploy/kubernetes/v1.22/controller.yml @@ -190,7 +190,7 @@ spec: allowPrivilegeEscalation: true image: quay.io/k8scsi/csi-attacher:v3.1.0 args: - - --v=5 + - --v=1 - --csi-address=$(ADDRESS) - --leader-election - --http-endpoint=:8081 @@ -225,7 +225,7 @@ spec: allowPrivilegeEscalation: true image: quay.io/k8scsi/csi-resizer:v1.1.0 args: - - --v=5 + - --v=1 - --csi-address=$(ADDRESS) - --leader-election - --http-endpoint=:8082