Skip to content

Commit

Permalink
Merge pull request goharbor#405 from jarett-cyxtera/cm-azure-base-url
Browse files Browse the repository at this point in the history
allow chartmuseum to use Azure storage accounts in non-public Azure c…
  • Loading branch information
ywk253100 authored Mar 30, 2020
2 parents 8dc5705 + 0757f78 commit 55598b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/chartmuseum/chartmuseum-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ data:
STORAGE: "microsoft"
STORAGE_MICROSOFT_CONTAINER: {{ $storage.azure.container }}
AZURE_STORAGE_ACCOUNT: {{ $storage.azure.accountname }}
AZURE_BASE_URL: {{ $storage.azure.realm }}
STORAGE_MICROSOFT_PREFIX: "/azure/harbor/charts"
{{- else if eq $storageType "gcs" }}
STORAGE: "google"
Expand Down

0 comments on commit 55598b1

Please sign in to comment.