github.com/wmuizelaar/kpt@v0.0.0-20221018115725-bd564717b2ed/package-examples/ghost/mariadb/Kptfile (about) 1 apiVersion: kpt.dev/v1 2 kind: Kptfile 3 metadata: 4 name: mariadb 5 annotations: 6 config.kubernetes.io/local-config: "true" 7 labels: 8 app.kubernetes.io/name: mariadb 9 info: 10 description: The MariaDB which provides the storage for Ghost. 11 pipeline: 12 mutators: 13 - image: gcr.io/kpt-fn/set-labels:v0.1.5 14 configPath: setlabels.yaml