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

This commit is contained in:
Paweł Krupa 2021-08-12 14:14:49 +02:00 committed by GitHub
commit 8d36d0d707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```jsonnet ```jsonnet
local update = { local update = {
kubernetesControlPlane+: { kubernetesControlPlane+: {
prometheusRule+:: { prometheusRule+: {
spec+: { spec+: {
groups: std.map( groups: std.map(
function(group) function(group)