mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-21 22:41:01 +02:00
Merge pull request #1317 from DimitrijeManic/wip/update-doc
This commit is contained in:
commit
8d36d0d707
@ -228,7 +228,7 @@ Here the alert `KubeStatefulSetReplicasMismatch` is being filtered out of the gr
|
||||
```jsonnet
|
||||
local filter = {
|
||||
kubernetesControlPlane+: {
|
||||
prometheusRule+:: {
|
||||
prometheusRule+: {
|
||||
spec+: {
|
||||
groups: std.map(
|
||||
function(group)
|
||||
@ -255,7 +255,7 @@ Here the expression for another alert in the same component is updated from its
|
||||
```jsonnet
|
||||
local update = {
|
||||
kubernetesControlPlane+: {
|
||||
prometheusRule+:: {
|
||||
prometheusRule+: {
|
||||
spec+: {
|
||||
groups: std.map(
|
||||
function(group)
|
||||
|
Loading…
x
Reference in New Issue
Block a user