argo-cd
argo-cd copied to clipboard
Declarative Continuous Deployment for Kubernetes
# Summary When looking at the Argo CD application - it feels like Refresh button is located in the wrong place. Naturally, it would follow App Details and precede App...
When using ArgoCD in a namespaced install, CRDs fail to sync. We've given ArgoCD Application Controller full access using the "Role" and "RoleBindings", but it seems we need to use...
The api field description for the GitLab example seems mistakenly copied from the GitHub example. Signed-off-by: Sahdev Zala Note on DCO: If the DCO action in the integration test fails,...
Note on DCO: If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the *Details* link next to...
# Summary Add an ArgoCD sidecar plugin for either [terraform](https://www.terraform.io/) or [terraform-consul-sync](https://github.com/hashicorp/consul-terraform-sync) (CTS) support. # Motivation All my yamls are in tf already, I'd like yet another config management integration,...
Closes #7352 Note on DCO: If the DCO action in the integration test fails, one or more of your commits are not signed off. Please click on the *Details* link...
Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...
# Summary Enable setting default syncOptions server wide # Motivation I would like to configure `FailOnSharedResource=true` globally, I have a few engineering that get copy paste happy and then resources...
The bitbucket cloud SCM provider was added [in this PR](https://github.com/argoproj/applicationset/pull/556/files) by @mmerrill3 Unfortunately that PR was not included when the applicationset project has been merged into arogcd. Would be great...
Fixes https://github.com/argoproj/argo-cd/issues/9328 Checklist: * [x] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-cd/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this does not need...