fix(openebs-monitoring): disable all rules

This commit is contained in:
SeanOMik 2025-02-08 17:14:19 -05:00
parent 26b6c148b3
commit 9dbeae43ae
Signed by: SeanOMik
GPG key ID: FEC9E2FC15235964

View file

@ -22,7 +22,8 @@ spec:
# this is the only provisioner enabled # this is the only provisioner enabled
localPV: localPV:
enabled: true enabled: true
alertRules:
enabled: false
cStore: cStore:
enabled: false enabled: false
jiva: jiva:
@ -37,3 +38,5 @@ spec:
enabled: false enabled: false
zfsLocalPV: zfsLocalPV:
enabled: true enabled: true
alertRules:
enabled: false