6 lines
198 B
Bash
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
|