From 0d57818f90df66da8c69bfd38f48bc9c90ecd3e0 Mon Sep 17 00:00:00 2001 From: dsklyadnev Date: Wed, 26 Feb 2025 11:35:27 +0000 Subject: [PATCH] Add install-argocd.sh --- install-argocd.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 install-argocd.sh diff --git a/install-argocd.sh b/install-argocd.sh new file mode 100644 index 0000000..ea83163 --- /dev/null +++ b/install-argocd.sh @@ -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