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

     1  apiVersion: kpt.dev/v1
     2  kind: Kptfile
     3  metadata:
     4    name: frontend
     5    labels:
     6      app.kubernetes.io/app: example
     7    annotations:
     8      config.kubernetes.io/local-config: "true"
     9  info:
    10    description: sample description
    11  pipeline:
    12    mutators:
    13      - image: gcr.io/kpt-fn/set-namespace:v0.4.1
    14        configPath: package-context.yaml
    15      - image: gcr.io/kpt-fn/apply-replacements:v0.1
    16        configPath: update-labels.yaml
    17      - image: gcr.io/kpt-fn/set-labels:v0.1.5
    18        configPath: label-input.yaml