Files
snow/README.md
T
2025-06-29 14:27:20 +02:00

11 lines
240 B
Markdown

## Setup
```bash
talhelper genconfig
talosctl kubeconfig -n 192.168.0.200 -e 192.168.0.200
talosctl bootstrap
helm install argocd oci://ghcr.io/argoproj/argo-helm/argo-cd -n argocd --create-namespace
kubectl apply -f ./apps/apps.yaml
```