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

     1  assets:
     2    v1:
     3      - inline:
     4           dest: jasper_values.yaml
     5           contents: |
     6             two_plus_two: {{repl Add 2 3}}
     7             service_type: {{repl ConfigOption "service_type"}}
     8  
     9  config:
    10    v1:
    11      - name: k8s
    12        items: 
    13          - name: service_type
    14            type: text
    15            title: "Service Type (LoadBalancer, NodePort, etc)"
    16  
    17  lifecycle:
    18    v1:
    19      - config: {}
    20      - render: {}