Skip to content

Commit

Permalink
Merge pull request #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 committed 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
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

1 comment on commit 55598b1

@requiming
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

error validating "": error validating data: unknown object type "nil" in ConfigMap.data.AZURE_BASE_URL

Please sign in to comment.