mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 10:15:35 +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
198632b581
commit
b06e19a637
@ -93,6 +93,11 @@ services:
|
||||
- type: bind
|
||||
source: ./common/config/shared/trust-certificates
|
||||
target: /harbor_cust_cert
|
||||
{% if gcs_keyfile %}
|
||||
- type: bind
|
||||
source: {{gcs_keyfile}}
|
||||
target: /etc/registry/gcs.key
|
||||
{% endif %}
|
||||
{%if internal_tls.enabled %}
|
||||
- type: bind
|
||||
source: {{internal_tls.registryctl_crt_path}}
|
||||
|
Loading…
Reference in New Issue
Block a user