mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-15 23:05:57 +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
|
- type: bind
|
||||||
source: ./common/config/shared/trust-certificates
|
source: ./common/config/shared/trust-certificates
|
||||||
target: /harbor_cust_cert
|
target: /harbor_cust_cert
|
||||||
|
{% if gcs_keyfile %}
|
||||||
|
- type: bind
|
||||||
|
source: {{gcs_keyfile}}
|
||||||
|
target: /etc/registry/gcs.key
|
||||||
|
{% endif %}
|
||||||
{%if internal_tls.enabled %}
|
{%if internal_tls.enabled %}
|
||||||
- type: bind
|
- type: bind
|
||||||
source: {{internal_tls.registryctl_crt_path}}
|
source: {{internal_tls.registryctl_crt_path}}
|
||||||
|
Loading…
Reference in New Issue
Block a user