diff --git a/vendor/github.com/kubernetes-csi/drivers/pkg/csi-common/identityserver-default.go b/vendor/github.com/kubernetes-csi/drivers/pkg/csi-common/identityserver-default.go index c2453c995..6b37fad89 100644 --- a/vendor/github.com/kubernetes-csi/drivers/pkg/csi-common/identityserver-default.go +++ b/vendor/github.com/kubernetes-csi/drivers/pkg/csi-common/identityserver-default.go @@ -56,7 +56,7 @@ func (ids *DefaultIdentityServer) GetPluginCapabilities(ctx context.Context, req { Type: &csi.PluginCapability_Service_{ Service: &csi.PluginCapability_Service{ - Type: csi.PluginCapability_Service_CONTROLLER_SERVICE, + Type: csi.PluginCapability_Service_UNKNOWN, }, }, },