Install a Template
Review the Template
Read through the README page to understand the template’s configuration options and usage.
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.
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.
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.