Skip to main content

Install a Template

1

Open the Template Catalog

Select Catalog under the templates dropdown in the navigation menu.
2

Select a Template

Browse the catalog and select a template to install.
3

Review the Template

Read through the README page to understand the template’s configuration options and usage.
4

Configure the Release

Click Create Template ReleaseOn the Install page, provide the following:
  • Release Name — A unique name for this installation.
  • GVC — Select the GVC to deploy to. If no GVC select option is available, you will need to configure the GVC name in the values file.
5

Configure Values

Review and modify the values file to customize the template for your environment. This can include settings such as resource limits, replica counts, and any template-specific options.
6

Install

Click Install App to deploy the template. Control Plane will provision the required resources based on your configuration and you will be redirected to the Releases page.
The Template option generates raw YAML manifests that you can review and manually apply. The equivalent CLI install command is also shown — see Install through the CLI for details.

Manage a Template

View Releases

Select Releases under the templates dropdown in the navigation menu to view all created template releases.

Release Details

When viewing a release, the info section displays the template version, app version, GVC, number of items created, and a list of created items with their details.

Upgrade

To upgrade a release with new values or a new template version, select Upgrade and provide any updated values or the template version you wish to use. Click Upgrade App to apply the changes.
Any workloads affected by the change will roll out new deployments. Unchanged items will not be redeployed.

Template Preview

From the Upgrade section, click Template to generate a preview YAML file of the items that will be created. This allows you to review changes before applying them.

Revisions

Click Revisions to view all revisions to the release, including upgrades and rollbacks. You can inspect individual changes and roll back to any previous revision.

Uninstall a Template

Navigate to the template release, click the Actions dropdown, and select Uninstall.