Skip to content

A simple application with an Argo CD ApplicationSet that dynamically creates preview environments

Notifications You must be signed in to change notification settings

brandonphillips/preview-environments-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

preview-environments-example

A simple application with an Argo CD ApplicationSet that dynamically creates preview environments

Create the base application with the Argo CD CLI

argocd app create base-app
--project default
--sync-policy automatic
--auto-prune --self-heal
--repo "https://github.com/brandonphillips/preview-environments-example"
--revision HEAD
--path helm
--dest-name in-cluster
--dest-namespace staging

Create the ApplicationSet with the Argo CD CLI

argocd app create appset
--project default
--sync-policy automatic
--auto-prune --self-heal
--repo "https://github.com/brandonphillips/preview-environments-example"
--revision HEAD
--path appset
--dest-name in-cluster
--dest-namespace argocd

About

A simple application with an Argo CD ApplicationSet that dynamically creates preview environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages