github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/e2e/testdata/fn-render/basicpipeline-wasm/Kptfile (about)

     1  apiVersion: kpt.dev/v1
     2  kind: Kptfile
     3  metadata:
     4    name: app
     5    labels:
     6      tier: backend
     7  pipeline:
     8    mutators:
     9      # The following 2 images are built from https://github.com/GoogleContainerTools/kpt-functions-catalog/pull/898.
    10      - image: gcr.io/kpt-fn-demo/set-namespace:v0.5.0 # TODO: switch to use the kpt-fn GCR when it is built there.
    11        configMap:
    12          namespace: staging
    13      - image: gcr.io/kpt-fn-demo/set-labels:v0.2.0 # TODO: switch to use the kpt-fn GCR when it is built there.
    14        configMap:
    15          tier: backend