Merge pull request #8056 from stonezdj/gcs_storage_issue

Change the mount target of gcs.key file(master)
This commit is contained in:
Wang Yan 2019-06-17 10:59:22 +08:00 committed by GitHub
commit b4238629ec
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