Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cephfs: remove extraneous creation of credentials
`ControllerExpandVolume` creates the credentials from secrets but never actually uses it for anything. The secrets map is passed on to `NewVolumeOptionsFromVolID` which does the same check again. This patch removes the extraneous step. Signed-off-by: Niraj Yadav <[email protected]>
- Loading branch information