Installing ArgoCD
Install Operator Lifecycle Manager (OLM), a tool to help manage the Operators running on your cluster.
curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.24.0/install.sh | bash -s v0.24.0Install the operator by running the following command:
kubectl create -f https://operatorhub.io/install/argocd-operator.yaml
Last updated