scripts/install-argocd.sh
2025-02-26 11:35:27 +00:00

6 lines
198 B
Bash

#!/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