Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rbd: use
vaultAuthPath
variable name in error msg
Before the change, the error msg was the following: ``` failed to set VAULT_AUTH_MOUNT_PATH in Vault config: path is empty ``` `vaultAuthPath` is the actual variable name set by the user. The error message will now be the following: ``` failed to set "vaultAuthPath" in vault config: path is empty ``` Signed-off-by: Rakshith R <rar@redhat.com>
- Loading branch information