diff --git a/apps/argocd/env/k3s-cluster/deploy.sh b/apps/argocd/env/k3s-cluster/deploy.sh new file mode 100644 index 0000000..47f781d --- /dev/null +++ b/apps/argocd/env/k3s-cluster/deploy.sh @@ -0,0 +1,4 @@ +#!/bin/bash +set -e + +kubectl apply -f ./kustomization.yaml \ No newline at end of file