argo-cd
argo-cd copied to clipboard
Declarative Continuous Deployment for Kubernetes
# Summary We would love to have the ability to define an explicit "dependsOn" field on Applications. For example: App1 doesn't depend on anything: ```yaml apiVersion: argoproj.io/v1alpha1 kind: Application metadata:...
# Summary When UserSessionDuration is parsed from `argocd-cm`, failed parsing defaults to 0. Instead, set a reasonable default. https://github.com/argoproj/argo-cd/blob/fdceed6051f2659adff206498a9417695e23e74c/util/settings/settings.go#L1274
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...
First timed run of the snyk report was a [raging success](https://github.com/argoproj/argo-cd/runs/7594989282?check_suite_focus=true). ``` ./hack/snyk-report.sh: line 67: snyk: command not found ``` The flag change is in response to this: ``` npm...
# Summary For some reason `ARGOCD_GIT_MODULES_ENABLED` must be set directly on the repo-server Deployment instead of being set in the argocd-cmd-params-cm ConfigMap like most env vars. It should be configurable...
# Summary Instead of re-writing the same custom health check for different CRDs, share them altogether at once, under the same key in the ```ConfigMap```. # Motivation I have multiple...
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...
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 We'd like to see application-level sync waves where we can express dependencies at the application level. # Motivation Our product is made of different microservices, echo microservice has...