K8s Migration Phase 1: Infrastructure Setup #29

Merged
eblume merged 20 commits from feature/k8s-phase1-kickoff into main 2026-01-19 09:49:53 -08:00
Showing only changes of commit 92de2c3909 - Show all commits

Exclude specific tailscale-operator file from yamllint

Changed from wildcard pattern to specific file path per review feedback.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Erich Blume 2026-01-18 18:35:20 -08:00

View file

@ -27,5 +27,5 @@ rules:
ignore:
- .venv/
- pulumi/.venv/
# Third-party k8s manifests with non-standard formatting
- argocd/manifests/*/operator.yaml
# Third-party k8s manifest with non-standard formatting
- argocd/manifests/tailscale-operator/operator.yaml