Skip to content

Commit 353e3ea

Browse files
authored
Merge pull request #93276 from openshift-cherrypick-robot/cherry-pick-93249-to-enterprise-4.19
2 parents 83ff0b9 + a691731 commit 353e3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/monitoring-removing-alerting-rules-for-user-defined-projects.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ You can remove alerting rules for user-defined projects.
1616
1717
.Procedure
1818

19-
* To remove rule `<foo>` in `<namespace>`, run the following:
19+
* To remove rule `<alerting_rule>` in `<namespace>`, run the following:
2020
+
2121
[source,terminal]
2222
----
23-
$ oc -n <namespace> delete prometheusrule <foo>
23+
$ oc -n <namespace> delete prometheusrule <alerting_rule>
2424
----

0 commit comments

Comments
 (0)