Skip to main content

I have a Helm Chart

Follow these steps to create your app environment using a particular version of your helm chart.

  1. Publish Helm chart
  • If you have a local helm directory please refer to this article to package it as a helm chart
  • Publish your app to an AWS ECR repository
  1. Create a Localops app using your helm chart.
  2. Create a Release for each version of your Helm chart that you wish to deploy.
  3. Create a Cloud Connection with your target cloud account's credentials where you would like to create your app environments.
  4. You can create an environment template to further customize your app environments. You can specify compute and storage settings of the nodes running in your environment through environment templates
  5. Select the desired connection, specific application, release version, and the environment template to be applied and proceed to create an app environment.