github.com/SamarSidharth/kpt@v0.0.0-20231122062228-c7d747ae3ace/package-examples/ghost/ghost-app/Kptfile (about)

     1  apiVersion: kpt.dev/v1
     2  kind: Kptfile
     3  metadata:
     4    name: ghost-app
     5    annotations:
     6      config.kubernetes.io/local-config: "true"
     7    labels:
     8      app.kubernetes.io/name: ghost-app
     9  info:
    10    description: The Ghost App package contains the KRM resources for a Ghost Application.
    11  pipeline:
    12    mutators:
    13      - image: set-labels:v0.1.5
    14        configPath: setlabels.yaml
    15      - image: apply-replacements:v0.1.1
    16        configPath: fn-config-update-host.yaml
    17    validators:
    18      - image: starlark:v0.4.3
    19        configPath: fn-config-validate-host.yaml