diff --git a/lib/galaxy/files/templates/examples/production_aws_private_bucket.yml b/lib/galaxy/files/templates/examples/production_aws_private_bucket.yml index 81e62afa16ad..3086746dbacb 100644 --- a/lib/galaxy/files/templates/examples/production_aws_private_bucket.yml +++ b/lib/galaxy/files/templates/examples/production_aws_private_bucket.yml @@ -3,10 +3,10 @@ description: Setup access to a private AWS bucket using a secret access key. configuration: type: s3fs - bucket: "{{ bucket }}" - writable: "{{ writable }}" - secret: "{{ secret_key }}" - key: "{{ access_key }}" + bucket: "{{ variables.bucket }}" + writable: "{{ variables.writable }}" + secret: "{{ secrets.secret_key }}" + key: "{{ variables.access_key }}" variables: access_key: label: Access Key ID