Files
inception-of-things/p3/argo-install.sh
2025-09-14 19:02:10 +02:00

5 lines
159 B
Bash

#!/usr/bin/env sh
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml