github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/examples/manifests/README.md (about) 1 import ExampleYAML from "@site/src/components/ExampleYAML"; 2 3 # Manifests 4 5 This example shows you how to specify Kubernetes resources in a component's `manifests` list. These files can either be local or remote and under the hood Jackal will wrap them in an auto-generated helm chart to manage their install, rollback, and uninstall logic. 6 7 To learn more about how `manifests` work in Jackal, see the [Kubernetes Manifests section](../../docs/3-create-a-jackal-package/2-jackal-components.md#kubernetes-manifests) of the package components documentation. 8 9 ## `jackal.yaml` {#jackal.yaml} 10 11 :::info 12 13 To view the example in its entirety, select the `Edit this page` link below the article and select the parent folder. 14 15 ::: 16 17 <ExampleYAML src={require('./jackal.yaml')} showLink={false} />