Deployment Logs::
An error occurred: some backup storage locations are invalid: error getting backup store for location "default": rpc error: code = Unknown desc = error loading environment from AZURE_CREDENTIALS_FILE (/credentials/cloud): open /credentials/cloud: no such file or directory
Installed velero following https://velero.io/docs/v1.1.0/azure-config/
Installed velero with
velero install \
--provider azure \
--bucket $BLOB_CONTAINER \
--secret-file ./credentials-velero \
as the error says cannot find the path of the file, changed my approach on specifying the required as environment secrets than specified in documents as here
env: - name: SECRET_USERNAME valueFrom: secretKeyRef: name: mysecret key: username