mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 02:43:36 +00:00
build: address dupword
warnings
Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
committed by
mergify[bot]
parent
9e76eceb5e
commit
c968f6407d
@ -308,8 +308,8 @@ func (cs *ControllerServer) CreateVolume(
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// TODO: create/get a connection from the the ConnPool, and do not pass
|
||||
// the credentials to any of the utility functions.
|
||||
// TODO: create/get a connection from the ConnPool, and do not pass the
|
||||
// credentials to any of the utility functions.
|
||||
|
||||
cr, err := util.NewUserCredentialsWithMigration(req.GetSecrets())
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user