Skip to content

Instantly share code, notes, and snippets.

@smilelikeshit
Last active September 22, 2022 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smilelikeshit/efc57b8aeb21c49b77905ab4b21d3dc8 to your computer and use it in GitHub Desktop.
Save smilelikeshit/efc57b8aeb21c49b77905ab4b21d3dc8 to your computer and use it in GitHub Desktop.
install argocd
### Install ArgoCD ###
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment