argocd-operator
argocd-operator copied to clipboard
A Kubernetes operator for managing Argo CD clusters.
It would be cool to be able to define clusters you want your ArgoCD installation to manage when you deploy an instance with the operator. Example: ```yaml apiVersion: argoproj.io/v1alpha1 kind:...
Hello ArgoCD team, I have been recently using ArgoCD and I think it's awesome, now I am deploying the operator in PoC clusters and soon I hope in prod ones....
Signed-off-by: saumeya **What type of PR is this?** /kind documentation **What does this PR do / why we need it**: **Have you updated the necessary documentation?** * [x] Documentation update...
**What type of PR is this?** /kind documentation **What does this PR do / why we need it**: Resource Customizations Example references PV as a health check, but the code...
**Is your feature request related to a problem? Please describe.** In https://github.com/argoproj/argo-cd/pull/9755 Argo CD gained support for pulling in Application from outside of the namespace Argo CD is being deployed....
**Describe the bug** An Argo-CD Operator upgrade to a 0.4.0 version (provided by Argo CD Community) led to an Argo-CD malfunction, did not sync any app anymore and a lot...
How do I edit users.session.duration? If I edit argocd-cm directly, any changes are reverted immediately by openshift.
Signed-off-by: iam-veeramalla **What type of PR is this?** > /kind bug **What does this PR do / why we need it**: Closes #182 Closes #279 Closes #596 **Have you updated...
Signed-off-by: saumeya **What type of PR is this?** > Uncomment only one ` /kind` line, and delete the rest. > For example, `> /kind bug` would simply become: `/kind bug`...
**Is your feature request related to a problem? Please describe.** ArgoCD 2.4 supports a [web based terminal](https://argo-cd.readthedocs.io/en/stable/operator-manual/web_based_terminal/), but it requires manual tweaks to the argocd-server Role and a setting enabled...