Getting Started
Porter offers a simple way to create preview environments for your application. These environments allow you to test changes in a production-like environment before merging. When enabled, preview environments are by default created automatically for every pull request that is opened in your GitHub repository. Each preview environment is created in isolation on your cluster and is destroyed once the pull request is closed or merged. The first step to enabling preview environments is to configure a preview template.Configuring a Preview Template
Preview templates allow you to select an application that is currently deployed to your cluster and configure how it should be deployed as a preview application. This configuration includes:- Addons to be created alongside the preview application. This includes things like databases and custom helm charts.
- Configuration overrides for services within the application. By default, the preview application will use the same configuration as the currently deployed application, but you can override any of these settings, including environment variables.

