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>
This commit is contained in:
Erich Blume 2026-01-18 18:35:20 -08:00
commit 92de2c3909

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