Skip to content

Bash script to transform an ArgoCD instance to App-of-Apps strategy repository

License

Notifications You must be signed in to change notification settings

oguzhan-yilmaz/from-argocd-to-iac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

from-argocd-to-iac

export ARGO_INSTANCE_FOLDER_NAME="argo-prod"

export REPO_URL=""
export CLUSTER_ROOT_APP_PROJECT="default"
export CLUSTER_ROOT_APP_NAMESPACE="openshift-gitops"

export CLUSTER_ROOT_APP_DESTINATION_CLUSTER_NAME="in-cluster"
export CLUSTER_ROOT_APP_DESTINATION_NAMESPACE="openshift-gitops"

bash script.sh _data/openshift-prod-cluster.yaml _data/openshift-prod-projects.yaml

About

Bash script to transform an ArgoCD instance to App-of-Apps strategy repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages