Skip to content

Commit 11ab511

Browse files
examples: "changing-default-rules" doesn't remove all prometheusRules. (#2718)
The :: was overriding the visibility, causing no output.
2 parents 7a16c3e + 83654c8 commit 11ab511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/changing-default-rules.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local filter = {
22
kubernetesControlPlane+: {
3-
prometheusRule+:: {
3+
prometheusRule+: {
44
spec+: {
55
groups: std.map(
66
function(group)
@@ -22,7 +22,7 @@ local filter = {
2222
};
2323
local update = {
2424
kubernetesControlPlane+: {
25-
prometheusRule+:: {
25+
prometheusRule+: {
2626
spec+: {
2727
groups: std.map(
2828
function(group)

0 commit comments

Comments
 (0)