Vault CSI proviver MountVolume Setup failed

Hello everyone!

I have faced the issue when I deployed Vault using CSI provider and try to deploy mongo using username and password as secrets from Vault, but it fails.
Mongo pod is in “ContainerCreating” status and shows error: MountVolume.SetUp failed for volume "secrets-store-inline" : kubernetes.io/csi: mounter.SetUpAt failed to get CSI client: driver name secrets-store.csi.k8s.io not found in the list of registered CSI drivers
However, the csi driver is alive with the name secrets-store.csi.k8s.io.

Anything happens in GKE on separate nodes with taints.
Could you help me to understand what I am doing wrong?