github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/package-examples/kustomize/bases/nginx/Kptfile (about)

     1  apiVersion: kpt.dev/v1
     2  kind: Kptfile
     3  metadata:
     4    name: nginx
     5  upstream:
     6    type: git
     7    git:
     8      repo: https://github.com/GoogleContainerTools/kpt
     9      directory: package-examples/nginx
    10      ref: v0.2
    11    updateStrategy: resource-merge
    12  upstreamLock:
    13    type: git
    14    git:
    15      repo: https://github.com/GoogleContainerTools/kpt
    16      directory: package-examples/nginx
    17      ref: package-examples/nginx/v0.2
    18      commit: 4d2aa98b45ddee4b5fa45fbca16f2ff887de9efb
    19  pipeline:
    20    validators:
    21      - image: gcr.io/kpt-fn/kubeval:v0.3