Merge pull request #11802 from ninjadq/add_gcs_key_to_regctl

Fix: GCS storage gc issue
This commit is contained in:
Qian Deng 2020-04-29 16:13:55 +08:00 committed by GitHub
commit f496705bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}}