diff --git a/manifests/helm/rancher-monitoring/104.1.2+up57.0.3/custom-values.yaml b/manifests/helm/rancher-monitoring/104.1.2+up57.0.3/custom-values.yaml index e56a2bd..b402ed2 100644 --- a/manifests/helm/rancher-monitoring/104.1.2+up57.0.3/custom-values.yaml +++ b/manifests/helm/rancher-monitoring/104.1.2+up57.0.3/custom-values.yaml @@ -60,4 +60,9 @@ alertmanager: # helm 배포한 ingressNginx가 배포되어 있을 때 사용한다. # ingressNginx: -# enabled: true \ No newline at end of file +# enabled: true + +# Windows 노드를 사용하지 않으므로 windowsExporter 제외. +# (Windows 이미지라 Linux 에서 trivy 스캔도 불가 → SBOM 대상에서 제외) +windowsExporter: + enabled: false \ No newline at end of file