Skip to content

Commit

Permalink
Example used incorrect syntax that resulted in all rules being removed
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaex authored Nov 20, 2023
1 parent 0fe6411 commit 6589b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/changing-default-rules.libsonnet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local filter = {
kubernetesControlPlane+: {
prometheusRule+:: {
prometheusRule+: {
spec+: {
groups: std.map(
function(group)
Expand All @@ -22,7 +22,7 @@ local filter = {
};
local update = {
kubernetesControlPlane+: {
prometheusRule+:: {
prometheusRule+: {
spec+: {
groups: std.map(
function(group)
Expand Down

0 comments on commit 6589b9d

Please sign in to comment.