Azure / ARO-RP

Azure Red Hat OpenShift RP

Home Page:https://azure.microsoft.com/products/openshift/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The secrets-update target fails if the specified file name exists in the blob.

nwnt opened this issue · comments

commented

When running make secrets-update, if the file already exists in the container, the error below is returned:

In addition, setting the corresponding environment variables can avoid inputting credentials in your command. Please use --help to get more information about environment variable usage.
ERROR: The specified blob already exists.
RequestId:c21f4f20-401e-0067-1d3a-48243d000000
Time:2022-04-04T15:41:36.2914469Z
ErrorCode:BlobAlreadyExists
If you want to overwrite the existing one, please add --overwrite in your command.
make: *** [Makefile:135: secrets-update] Error 1

This target should accept the update even if the file is already there.