Last active
September 22, 2022 06:41
-
-
Save smilelikeshit/efc57b8aeb21c49b77905ab4b21d3dc8 to your computer and use it in GitHub Desktop.
install argocd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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