diff --git a/config.libsonnet b/config.libsonnet index b6af96e1f..4843e29bb 100644 --- a/config.libsonnet +++ b/config.libsonnet @@ -103,7 +103,7 @@ // Certain workloads (e.g. KubeVirt/CDI) will fully utilise the persistent volume they claim // the size of the PV will never grow since they consume the entirety of the volume by design. // This selector allows an admin to 'pre-mark' the PVC of such a workload (or for any other use case) - // so that specific storage alerts will not fire.With the default selector, adding a label `exclude-from-alerts: 'true'` + // so that specific storage alerts will not fire.With the default selector, adding a label `excluded-from-alerts: 'true'` // to the PVC will have the desired effect. pvExcludedSelector: 'label_excluded_from_alerts="true"',