-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore ArgoCD operator #474
Comments
The purpose of this Argocd operator (= kubernetes operator) is to install and configure the different resources of Argocd (Server, Redis, Application(Set) controllers, etc). As such, it replaces the deployment modes using Helm, static files etc What do you want to do exactly ? What is your use case or user story ? |
Here is an example of ArgoCD CR deployed on openshift to set up OpenShift GitOps = Argocd
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's look into what we can do with the argocd operator. We don't need to run this in the cluster, we could just invoke it for what we need within the CLI.
Questions:
https://github.com/argoproj-labs/argocd-operator
The text was updated successfully, but these errors were encountered: