mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-18 14:47:38 +01:00
Merge pull request #11802 from ninjadq/add_gcs_key_to_regctl
Fix: GCS storage gc issue
This commit is contained in:
commit
f496705bd8
@ -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