mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-01 21:47:57 +01:00
Merge pull request #8056 from stonezdj/gcs_storage_issue
Change the mount target of gcs.key file(master)
This commit is contained in:
commit
b4238629ec
@ -419,7 +419,7 @@ services:
|
|||||||
{% if gcs_keyfile %}
|
{% if gcs_keyfile %}
|
||||||
- type: bind
|
- type: bind
|
||||||
source: {{gcs_keyfile}}
|
source: {{gcs_keyfile}}
|
||||||
target: /etc/registry/gcs.key
|
target: /etc/chartserver/gcs.key
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{%if registry_custom_ca_bundle_path %}
|
{%if registry_custom_ca_bundle_path %}
|
||||||
- type: bind
|
- type: bind
|
||||||
|
Loading…
Reference in New Issue
Block a user