Add install-argocd.sh

This commit is contained in:
dsklyadnev 2025-02-26 11:35:27 +00:00
parent fcc9b22ca7
commit 0d57818f90

6
install-argocd.sh Normal file
View 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