Skip to content

Commit

Permalink
Support Azure CloudName
Browse files Browse the repository at this point in the history
Possible values:

 *  AzurePublicCloud
 *  AzureUSGovernmentCloud
 *  AzureChinaCloud
 *  AzureGermanCloud

When the storage is not configured, the value is obtained from the
Infrastructure object.
  • Loading branch information
dmage committed Jul 16, 2020
1 parent 66800e5 commit 3026ec1
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 71 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ For S3 storage it is expected to contain two keys whose values are the AWS acces
For GCS storage it is expected to contain one key whose value is the contents of a credentials file provided by GCP:
* REGISTRY_STORAGE_GCS_KEYFILE

For Azure storage it is expected to contain one key whose value is an account key:
* REGISTRY_STORAGE_AZURE_ACCOUNTKEY

# Troubleshooting

The registry operator reports status in two places:
Expand Down

0 comments on commit 3026ec1

Please sign in to comment.