Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions applications/configure/environment-groups.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ services:

Environment groups listed in `envGroups` must already exist in the project before deploying.

## Viewing Synced Applications

Open an environment group and select the **Synced Apps** tab to see every application currently consuming it, along with the clusters those applications run in.

Apps running in [preview environments](/preview-environments/overview) that reference the environment group are listed alongside regular applications and are tagged with a **Preview** badge so you can tell them apart from their base app (which often shares the same name). Selecting a preview card opens the app inside the preview environment it belongs to.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this paragraph is unneccessary. Like it's pretty obvious and probably distracting


<Info>
A cluster cannot be removed as a sync target while any application synced to the environment group — including preview environment apps — is still running on it. Tear down the preview environment (or remove the env group from its `porter.yaml`) before removing the cluster as a sync target.
</Info>

## Updating an Environment Group

When you update an environment group, all applications synced to it are automatically redeployed with the new values.
Expand Down