argocd-operator
argocd-operator copied to clipboard
A Kubernetes operator for managing Argo CD clusters.
Add user mapping of logging in user (via OAuth) to `USER INFO` section - it is currently blank. There is currently no way to see which user is logged in,...
The certificate that is generated for Argo server uses the ArgoCD metadata.name in the SAN. Since the operator supports providing a host field, it might make sense to use that...
Currently the operator makes use of a [custom image](https://quay.io/repository/jmckind/argocd-operator-util) that is based on the upstream argo-cd container image for the utilities needed to perform an export. The operator should be...
One of the things I dislike is the route ends up being janky. it comes out as "https://argocd-server-argocd.apps.ocp.domain.com" when I want it to be something simpler like "https://argocd.apps.ocp.domain.com" so I...
Generally speaking, wondering if any API field which is applicable only to a specific Kubernetes distribution ( in this case OpenShift ) should be a part of the strongly typed...
Currently the operator is generating a self-signed certificate and storing it in a secret named _name_-tls. In our case, our chosen name is argocd-devops, so our secret that it is...
I'm trying to setup ArgoCDExport to make an export to Azure. I followed your docs to setup ArgoCDExport for Azure. I created a self-signed certificate and added it to the...
* As an Argo Admin, I wish to enable ArgoCD to manage namespace-scoped resources only. * As an Argo admin, I wish to enable ArgoCD to manage cluster-scoped resources too....
The operator can be configured to automatically set up Argo CD to use the OAuth server present in OpenShift. It would be nice for the operator to also enable OAuth...
**Checklist: * [x] I've searched in the docs and FAQ for my answer: http://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...