Merge pull request #8057 from stonezdj/bug8055_v180

Change the mount target of gcs.key file(1.8.1)
This commit is contained in:
stonezdj(Daojun Zhang) 2019-06-17 10:59:34 +08:00 committed by GitHub
commit 16b59c41cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -419,7 +419,7 @@ services:
{% if gcs_keyfile %}
- type: bind
source: {{gcs_keyfile}}
target: /etc/registry/gcs.key
target: /etc/chartserver/gcs.key
{% endif %}
{%if registry_custom_ca_bundle_path %}
- type: bind