Skip to content

Template for a project repository for cloud-blueprint

Notifications You must be signed in to change notification settings

colenio/cloud-blueprint-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-blueprint-project

Template for a project repository for cloud-blueprint

ArgoCD

Once rolled out to an environment named <project>, ArgoCD should be available at argocd.<project>.<baseDomain> and configured for SSO using your github organization and team=<project>.

Make sure that you are member of the Team <project> and you should be able to login

Using the ArgoCD CLI, this would go like this

# Login
argocd login argocd.<project>.<baseDomain> --sso --grpc-web
# Alternatively, login using direct k8s access (for that set kubecontext and active namespace=argocd accordingly)
argocd login --core

# Some basic commands: list projects, repos, apps, ...
argocd proj list
argocd repo list
argocd app list

# Diff & Sync, Logs for the example app...
argocd app diff argocd/podinfo
argocd app sync argocd/podinfo
argocd app logs argocd/podinfo

About

Template for a project repository for cloud-blueprint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published