github.com/replicatedhq/ship@v0.55.0/integration/init/kustomize-overlay/input/ship.yaml (about)

     1  assets:
     2    v1:
     3      - github:
     4          dest: base/common
     5          repo: kubernetes/ingress-nginx
     6          path: deploy/mandatory.yaml
     7          ref: nginx-0.22.0
     8          proxy: false
     9          strip_path: true
    10  
    11      - github:
    12          dest: base
    13          repo: kubernetes/ingress-nginx
    14          path: deploy/provider/aws/service-l4.yaml
    15          ref: nginx-0.22.0
    16          proxy: false
    17          strip_path: true
    18  
    19      - github:
    20          dest: overlays/cloud
    21          repo: kubernetes/ingress-nginx
    22          path: deploy/provider/aws/patch-configmap-l4.yaml
    23          ref: nginx-0.22.0
    24          proxy: false
    25          strip_path: true
    26  
    27      - inline:
    28          dest: ./overlays/cloud/kustomization.yaml
    29          contents: |
    30            kind: ""
    31            apiversion: ""
    32            bases:
    33              - ../../base
    34            patchesStrategicMerge:
    35              - ./patch-configmap-l4.yaml
    36  
    37      - inline:
    38          dest: ./installer/.gitkeep
    39          contents: |
    40            a workaround for the fact that ship always creates the installer directory
    41  
    42  config:
    43    v1: []
    44  
    45  lifecycle:
    46    v1:
    47      - render:
    48          root: .
    49  
    50      - kustomize:
    51          requires: ["render"]
    52          base: overlays/cloud
    53          overlay: overlays/ship
    54          dest: nginx-ingress-controller.yaml
    55      - message:
    56          contents: "outro"