Add install-argocd.sh
This commit is contained in:
parent
fcc9b22ca7
commit
0d57818f90
1 changed files with 6 additions and 0 deletions
6
install-argocd.sh
Normal file
6
install-argocd.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Install microk8s first!
|
||||||
|
|
||||||
|
microk8s kubectl create namespace argocd
|
||||||
|
microk8s kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
||||||
Loading…
Add table
Add a link
Reference in a new issue