mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-04 16:13:35 +01:00
Merge pull request #11804 from ninjadq/add_gcs_key_to_regctl_1_10
Fix: GCS storage gc issue
This commit is contained in:
commit
23fdb7fa81
@ -81,6 +81,11 @@ services:
|
|||||||
- type: bind
|
- type: bind
|
||||||
source: ./common/config/registryctl/config.yml
|
source: ./common/config/registryctl/config.yml
|
||||||
target: /etc/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 %}
|
{%if registry_custom_ca_bundle_path %}
|
||||||
- type: bind
|
- type: bind
|
||||||
source: {{registry_custom_ca_bundle_path}}
|
source: {{registry_custom_ca_bundle_path}}
|
||||||
|
Loading…
Reference in New Issue
Block a user