github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-eval/preserve-order-include-meta-resources/Kptfile (about)

     1  apiVersion: kpt.dev/v1
     2  kind: Kptfile
     3  metadata:
     4    name: nginx
     5  info:
     6    description: describe this package
     7    site: https://github.com/GoogleContainerTools/kpt
     8    emails:
     9      - foo@gmail.com
    10    license: license text
    11    keywords:
    12      - tag1
    13      - tag2
    14    man: nginx man text
    15  upstream:
    16    type: git
    17    git:
    18      repo: https://github.com/GoogleContainerTools/kpt
    19      directory: package-examples/nginx
    20      ref: v0.2
    21    updateStrategy: resource-merge
    22  upstreamLock:
    23    type: git
    24    git:
    25      repo: https://github.com/GoogleContainerTools/kpt
    26      directory: package-examples/nginx
    27      ref: package-examples/nginx/v0.2
    28      commit: 4d2aa98b45ddee4b5fa45fbca16f2ff887de9efb
    29  pipeline:
    30    mutators:
    31      - image: gcr.io/kpt-fn/set-namespace:v0.1.3
    32        configMap:
    33          namespace: some-space
    34      - image: gcr.io/kpt-fn/apply-setters:v0.1
    35        configMap:
    36          image: nginx
    37          tag: 1.14.1
    38      - image: gcr.io/kpt-fn/set-labels:v0.1.4
    39        configPath: ./fn-config.yaml
    40      - image: gcr.io/kpt-fn/starlark:v0.2.1
    41        configPath: path/to/foo-star.yaml
    42  inventory:
    43    namespace: some-space
    44    name: inventory-00933591
    45    inventoryID: 92c234b7e9267815b0c3e17c9e4d7139a16c104f-1620493522822890000
    46    labels:
    47      foo: bar
    48    annotations:
    49      abc: def