From 671ae6e702939be5b7c068e21e9db900820c1eee Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Fri, 6 Mar 2026 09:10:07 +0100 Subject: [PATCH] fix --- cluster-resources/policies/bare-pod-cleaner.yaml | 2 -- cluster-resources/policies/replicaset-cleaner.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/cluster-resources/policies/bare-pod-cleaner.yaml b/cluster-resources/policies/bare-pod-cleaner.yaml index 56168a8..cf525c8 100644 --- a/cluster-resources/policies/bare-pod-cleaner.yaml +++ b/cluster-resources/policies/bare-pod-cleaner.yaml @@ -24,5 +24,3 @@ spec: operator: Equals value: [] schedule: "*/5 * * * *" - cleanup: - message: "This Pod has no controller and has been removed by the clean-bare-pods ClusterCleanupPolicy." diff --git a/cluster-resources/policies/replicaset-cleaner.yaml b/cluster-resources/policies/replicaset-cleaner.yaml index 6b64d78..1e0466c 100644 --- a/cluster-resources/policies/replicaset-cleaner.yaml +++ b/cluster-resources/policies/replicaset-cleaner.yaml @@ -31,5 +31,3 @@ spec: operator: GreaterThan value: 0h0m30s schedule: "*/7 * * * *" - cleanup: - message: "This ReplicaSet has no replicas and has been removed by the cleanup-empty-replicasets ClusterCleanupPolicy."