fix(catalog): exclude windowsExporter from rancher-monitoring

Windows 노드 미사용 + Windows 이미지라 trivy 스캔 불가 → windowsExporter.enabled=false
로 SBOM/패키징 대상에서 제외.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
wbsong111
2026-07-08 16:32:22 +09:00
parent 1d8e68eaf5
commit 18ca8cd979
@@ -61,3 +61,8 @@ alertmanager:
# helm 배포한 ingressNginx가 배포되어 있을 때 사용한다. # helm 배포한 ingressNginx가 배포되어 있을 때 사용한다.
# ingressNginx: # ingressNginx:
# enabled: true # enabled: true
# Windows 노드를 사용하지 않으므로 windowsExporter 제외.
# (Windows 이미지라 Linux 에서 trivy 스캔도 불가 → SBOM 대상에서 제외)
windowsExporter:
enabled: false