monitoring: disable wait on node-exporter

This commit is contained in:
Brad Stein 2025-11-09 14:03:14 -03:00
parent 45f0100784
commit a08a2189e1

View File

@ -26,6 +26,8 @@ metadata:
namespace: monitoring
spec:
interval: 15m
install:
disableWait: true
chart:
spec:
chart: prometheus-node-exporter
@ -34,6 +36,8 @@ spec:
kind: HelmRepository
name: prometheus
namespace: flux-system
upgrade:
disableWait: true
values:
rbac:
pspEnabled: false