mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Merge pull request #7816 from ninjadq/fix_typo_of_azure
fix typo of azure config
This commit is contained in:
commit
f4ac7f9b4a
@ -54,7 +54,7 @@ def prepare_chartmuseum(config_dict):
|
||||
|
||||
if storage_provider_config_map.get("keyfile"):
|
||||
storage_provider_config_options.append('GOOGLE_APPLICATION_CREDENTIALS=%s' % '/etc/chartserver/gcs.key')
|
||||
elif storage_provider_name == 'gcs':
|
||||
elif storage_provider_name == 'azure':
|
||||
# azure storage
|
||||
storage_driver = "microsoft"
|
||||
storage_provider_config_options.append("STORAGE_MICROSOFT_CONTAINER=%s" % ( storage_provider_config_map.get("container") or '') )
|
||||
|
Loading…
Reference in New Issue
Block a user