argo-cd
argo-cd copied to clipboard
Declarative Continuous Deployment for Kubernetes
# Summary At the moment, if for whatever reason the sync process gets stuck (e.g. because some resource fails to start up properly and keeps on retrying), the sync will...
Signed-off-by: Chetan Banavikalmutt 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*...
Signed-off-by: Remington Breeze 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*...
Closes #10091 Allow `argocd app delete` command to delete apps having a common label. UX is `argocd app delete -l foo=bar`. Similar to `argocd app sync -l` experience. Note on...
Signed-off-by: deepto Fixes #9637 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...
# Summary An working but restrictive *Content-Security-Policy* should either be given clearly in the documentation or (even better) set by the argocd server automatically. # Motivation A [*Content-Security-Policy*](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) is a...
# Summary I can see that Argo-Workflow publish the JSONSchema at https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json. It would be great if Argo-CD can do the same thing # Motivation The editor can use the...
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...
If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question...
Fixes #9440 The resolution of the above issue, i.e., the degrade, has been resolved; the root resolution of https://github.com/argoproj/argo-cd/issues/9440#issuecomment-1165099222 is outside the scope of this PR. Note on DCO: If...