# Templates

In order to deploy a Stack you need to have a Template to reference. This provides an abstraction on top of Helm charts to allow broad Helm configurations to be reused in an automatable way. For now we can just use the default settings to keep things simple. If you have a chart you want to use that has working default values, feel free to use it, otherwise you can use the [helm example chart](https://github.com/helm/examples). chart source `https://helm.github.io/examples`, and the chart name `hello-world`.

<figure><img src="https://1693533795-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkQPXWnt9nJsXtJiFgQly%2Fuploads%2FZaEM8NtC7tkhLU5XAghF%2FScreenshot%20from%202025-05-05%2005-54-54.png?alt=media&#x26;token=77e0ecc5-d221-457c-a3ab-caeaa43a9dea" alt=""><figcaption></figcaption></figure>

Once the chart has been verified and loaded, the created Template will be in a "ready" status.

<figure><img src="https://1693533795-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FkQPXWnt9nJsXtJiFgQly%2Fuploads%2FocTho6lg3uQwpeAB0H8k%2FScreenshot%20from%202025-05-05%2005-56-28.png?alt=media&#x26;token=bacf1fc4-820c-4c55-a088-ad91efd49383" alt=""><figcaption></figcaption></figure>
