github.com/replicatedhq/ship@v0.55.0/integration/base/entitlements-local/input/.ship/ship.yml (about)

     1  ---
     2  assets:
     3    v1:
     4    - inline:
     5        contents: |
     6          #!/bin/bash
     7          echo "you have {{repl EntitlementValue "num_seats" }} seats"
     8        dest: ./scripts/seats.sh
     9        mode: 0777
    10  
    11  config:
    12    v1: []
    13  
    14  lifecycle:
    15    v1:
    16    - render: {}
    17