Skip to content
Snippets Groups Projects
Unverified Commit 8d36d0d7 authored by Paweł Krupa's avatar Paweł Krupa Committed by GitHub
Browse files

Merge pull request #1317 from DimitrijeManic/wip/update-doc

parents 5452de1b ac75ee62
No related branches found
No related tags found
No related merge requests found
...@@ -228,7 +228,7 @@ Here the alert `KubeStatefulSetReplicasMismatch` is being filtered out of the gr ...@@ -228,7 +228,7 @@ Here the alert `KubeStatefulSetReplicasMismatch` is being filtered out of the gr
```jsonnet ```jsonnet
local filter = { local filter = {
kubernetesControlPlane+: { kubernetesControlPlane+: {
prometheusRule+:: { prometheusRule+: {
spec+: { spec+: {
groups: std.map( groups: std.map(
function(group) function(group)
...@@ -255,7 +255,7 @@ Here the expression for another alert in the same component is updated from its ...@@ -255,7 +255,7 @@ Here the expression for another alert in the same component is updated from its
```jsonnet ```jsonnet
local update = { local update = {
kubernetesControlPlane+: { kubernetesControlPlane+: {
prometheusRule+:: { prometheusRule+: {
spec+: { spec+: {
groups: std.map( groups: std.map(
function(group) function(group)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment