mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
Fix: GCS storage gc issue
Mount gcs key to registryctl Signed-off-by: DQ <dengq@vmware.com>
This commit is contained in:
parent
1f66d016be
commit
ac04806336
@ -81,6 +81,11 @@ services:
|
||||
- type: bind
|
||||
source: ./common/config/registryctl/config.yml
|
||||
target: /etc/registryctl/config.yml
|
||||
{% if gcs_keyfile %}
|
||||
- type: bind
|
||||
source: {{gcs_keyfile}}
|
||||
target: /etc/registry/gcs.key
|
||||
{% endif %}
|
||||
{%if registry_custom_ca_bundle_path %}
|
||||
- type: bind
|
||||
source: {{registry_custom_ca_bundle_path}}
|
||||
|
Loading…
Reference in New Issue
Block a user