get.porter.sh/porter@v1.3.0/pkg/manifest/testdata/bundles/mysql/porter.yaml (about) 1 schemaType: Bundle 2 schemaVersion: 1.1.0 3 name: mysql 4 version: 0.1.3 5 registry: "localhost:5000" 6 7 mixins: 8 - helm3: 9 repositories: 10 bitnami: 11 url: "https://charts.bitnami.com/bitnami" 12 13 credentials: 14 - name: kubeconfig 15 path: /home/nonroot/.kube/config 16 17 dependencies: 18 provides: 19 interface: 20 id: https://example.com/interfaces/mysql 21 22 install: 23 - helm3: 24 description: "Install MySQL" 25 name: porter-ci-mysql 26 chart: bitnami/mysql 27 version: 6.14.2 28 replace: true 29 set: 30 db.name: mydb 31 outputs: 32 - name: host 33 secret: porter-ci-mysql 34 key: mysql-root-password 35 36 uninstall: 37 - helm3: 38 description: "Uninstall MySQL" 39 releases: 40 - porter-ci-mysql 41 purge: true