github.com/replicatedcom/ship@v0.50.0/integration/init/github-template-funcs/expected/.ship/upstream/ship.yaml (about)

     1  ---
     2  assets:
     3    v1:
     4      - inline:
     5          contents: |
     6            #!/bin/bash
     7            echo "installing nothing"
     8            echo "semver: {{repl Installation "semver" }}"
     9          dest: ./scripts/install.sh
    10          mode: 0777
    11      - github:
    12          repo: replicatedhq/test-charts
    13          path: template-functions/
    14          dest: ./github-slash
    15          source: public
    16          ref: ad1e78d13c33fae7a7ce22ed19920945ceea23e9
    17      - github:
    18          repo: replicatedhq/test-charts
    19          path: template-functions
    20          dest: ./github-noslash
    21          source: public
    22          ref: ad1e78d13c33fae7a7ce22ed19920945ceea23e9
    23      - github:
    24          repo: replicatedhq/test-charts
    25          path: template-functions
    26          dest: ./github-stripped
    27          strip_path: "{{repl ParseBool \"true\"}}"
    28          source: public
    29          ref: ad1e78d13c33fae7a7ce22ed19920945ceea23e9
    30  config:
    31    v1:
    32      - name: option_group
    33        title: Test Option
    34        description: testing testing 123
    35        items:
    36        - name: option
    37          type: text
    38          value: abc123
    39  
    40  lifecycle:
    41    v1:
    42      - config: {}
    43      - render: {}
    44