github.com/replicatedhq/ship@v0.55.0/integration/base/web/expected/.ship/release.yml (about) 1 2 --- 3 assets: 4 v1: 5 - web: 6 url: https://raw.githubusercontent.com/replicatedhq/test-charts/5bf016aac1786cb74c678c3419bb8623f0388f8d/web-asset/web-asset 7 dest: ./integration-test 8 method: GET 9 - web: 10 url: https://raw.githubusercontent.com/replicatedhq/test-charts/5bf016aac1786cb74c678c3419bb8623f0388f8d/web-asset/web-asset 11 dest: ./methodType/integration-test 12 method: '{{repl ConfigOption "methodType" }}' 13 - web: 14 url: '{{repl ConfigOption "resourceURL" }}' 15 dest: ./resourceURL/integration-test 16 - web: 17 url: https://s3.us-east-2.amazonaws.com/kevin-ship-integration-tests/hello.txt 18 dest: ./hello.txt 19 20 config: 21 v1: 22 - name: option_items 23 title: Various Asset Params 24 items: 25 - name: methodType 26 title: Method Type 27 type: text 28 value: GET 29 - name: resourceURL 30 title: Resource URL 31 type: text 32 value: https://raw.githubusercontent.com/replicatedhq/test-charts/5bf016aac1786cb74c678c3419bb8623f0388f8d/web-asset/web-asset 33 34 lifecycle: 35 v1: 36 - render: {}