github.com/replicatedhq/ship@v0.55.0/integration/base/shipapp-helm-values/expected/.ship/release.yml (about)

     1  ---
     2  assets:
     3    v1: []
     4  
     5  config: {}
     6  
     7  lifecycle:
     8    v1:
     9      - render:
    10          root: ./
    11          assets:
    12            v1:
    13              - github:
    14                  dest: ./installer/consul
    15                  repo: helm/charts
    16                  path: stable/consul
    17                  ref: 03355d8c6645ca21d1dc7b40402c24d063f223e4
    18                  strip_path: true
    19      - helmValues:
    20          path: installer/consul/values.yaml
    21          readme:
    22            contents: |
    23              # Fake readme :)
    24      - render:
    25          root: ./
    26          assets:
    27            v1:
    28              - helm:
    29                  dest: ./installer/base
    30                  local:
    31                    chart_root: ./installer/consul
    32                  values_from:
    33                    # haaaack, helmValues still needs a configurable dest path for us to store the output
    34                    path: .ship/tmp
    35      - kustomize:
    36          base: installer/base
    37          dest: installer/consul-rendered.yaml
    38  
    39