mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-20 09:15:19 +01:00
Merge pull request #8056 from stonezdj/gcs_storage_issue
Change the mount target of gcs.key file(master)
This commit is contained in:
commit
b4238629ec
@ -419,7 +419,7 @@ services:
|
||||
{% if gcs_keyfile %}
|
||||
- type: bind
|
||||
source: {{gcs_keyfile}}
|
||||
target: /etc/registry/gcs.key
|
||||
target: /etc/chartserver/gcs.key
|
||||
{% endif %}
|
||||
{%if registry_custom_ca_bundle_path %}
|
||||
- type: bind
|
||||
|
Loading…
Reference in New Issue
Block a user