LogoLogo
WebsiteGarden Core
Edge
Edge
  • welcome
  • 🌳Getting Started
    • Adding Your First Project
    • Running Triggered Workflows
  • 🌿Guides
    • Authenticating to your Providers
    • Automatic Environment Cleanup
    • User Groups, Roles and Permissions
    • Authentication via SAML
    • StackStreams
    • Managing Secrets
    • One-click Preview Environments
  • 🌺VCS Providers
    • Setting Up a GitHub App
    • Setting Up a GitLab App
  • 💐Cloud
    • Requirements
  • 🌻Enterprise (Self-Hosted)
    • Requirements
    • Installation
    • Updating Garden Enterprise
    • Vault
    • PostgreSQL Configuration
    • Creating KMS Keys
    • Creating an AWS Load Balancer
    • Monitoring Services
    • Environment Configuration
    • Updating the Admin Console
  • 🌹Misc
    • Release Notes
    • FAQ
    • Troubleshooting
Powered by GitBook
On this page
  • I don't see my environment in Garden Cloud UI—how do I create it?
  • How does Garden Cloud "add" projects?
  • How do I prevent Garden Cloud from responding to VCS events for a given repository?

Was this helpful?

  1. Misc

FAQ

PreviousRelease NotesNextTroubleshooting

Last updated 2 years ago

Was this helpful?

I don't see my environment in Garden Cloud UI—how do I create it?

Environments are created automatically by Garden Cloud when it receives events from a Core command running in that environment. If it's missing from the UI and you need it, e.g. because you're creating a secret that's scoped to it but you haven't deployed it yet, you can also create one from the project Settings page.

How does Garden Cloud "add" projects?

When you add a project via GitHub or GitLab, Garden Cloud clones the repository and scans it for Garden configuration files (i.e. garden.yml files). It will create projects for all the Garden projects it find in the repository.

Furthermore, it will update the project list on every merge to the main branch. So if a new project is added to the repository, it'll become visible in Garden Cloud once it's merged. Similarly, it'll update the name of a given project if it has changed.

How do I prevent Garden Cloud from responding to VCS events for a given repository?

Garden Cloud receives VCS events from GitHub or GitLab, depending on how the GitHub App or the GitLab account with the associated access token is configured. To prevent this for a given repository, simply uninstall it from the GitHub App, or in the case of GitLab, remove the user account that owns the access token from the repository.

for more information on configuring your GitHub App, for more information on configuring GitLab.

🌹
See here
and here