Skip to content
Snippets Groups Projects
Commit ae64a419 authored by Sören Henning's avatar Sören Henning Committed by Benedikt Wetzel
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e86c5d16
No related branches found
No related tags found
1 merge request!262Make the clean up of ServiceMonitors optional when Operator is starting
Pipeline #7563 passed
...@@ -78,7 +78,7 @@ class ClusterSetup( ...@@ -78,7 +78,7 @@ class ClusterSetup(
labelName = "app.kubernetes.io/created-by", labelName = "app.kubernetes.io/created-by",
labelValue = "theodolite" labelValue = "theodolite"
) )
try{ try {
resourceRemover.removeCR( resourceRemover.removeCR(
labelName = "app.kubernetes.io/created-by", labelName = "app.kubernetes.io/created-by",
labelValue = "theodolite", labelValue = "theodolite",
......
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