Consolidate bootstrapping steps, add cert-manager

This commit is contained in:
Ian Keane 2026-08-17 10:29:21 -04:00
parent 3b85d6e85b
commit ec5b2ab5f1
7 changed files with 127 additions and 17 deletions

View file

@ -1,4 +1,4 @@
.PHONY: init plan apply destroy kubeconfig talosconfig argocd-password bootstrap decrypt
.PHONY: init plan apply destroy kubeconfig talosconfig argocd-password bootstrap decrypt post-apply
SECRET=dumpnet/cluster
TF_DIR=terraform
@ -56,3 +56,7 @@ decrypt:
fi; \
done
@echo "Decrypted files are in /tmp/ - they will not persist after reboot"
# Run all post-apply steps (run once after fresh cluster creation)
post-apply:
scripts/post-apply.sh