mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-26 04:05:40 +01:00
Change the mount target of gcs.key file
Signed-off-by: stonezdj <stonezdj@gmail.com>
This commit is contained in:
parent
87b1dbcd0a
commit
a8cd1bca59
@ -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