Skip to content

Instantly share code, notes, and snippets.

@smilelikeshit
Last active September 22, 2022 06:41
Show Gist options
  • 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