chore: add otel collector configs for kub cluster (#942)

This commit is contained in:
cthomas 2025-02-17 09:57:20 -08:00 committed by GitHub
parent f23de6ee5f
commit 72d9361710

View File

@ -3,7 +3,7 @@ repos:
rev: v2.3.0 rev: v2.3.0
hooks: hooks:
- id: check-yaml - id: check-yaml
exclude: 'docs/.*|tests/data/.*|configs/.*' exclude: 'docs/.*|tests/data/.*|configs/.*|helm/.*'
- id: end-of-file-fixer - id: end-of-file-fixer
exclude: 'docs/.*|tests/data/.*|letta/server/static_files/.*|.*/.*\.(scss|css|html)' exclude: 'docs/.*|tests/data/.*|letta/server/static_files/.*|.*/.*\.(scss|css|html)'
- id: trailing-whitespace - id: trailing-whitespace