From 5d3f21170e6f0bbc82456b56d4ff41e222c0cc0a Mon Sep 17 00:00:00 2001 From: Danijel Simeunovic Date: Tue, 3 Mar 2026 20:05:42 +0100 Subject: [PATCH] audit --- cluster-resources/policies/label-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-resources/policies/label-checker.yaml b/cluster-resources/policies/label-checker.yaml index 3e91e7f..129007a 100644 --- a/cluster-resources/policies/label-checker.yaml +++ b/cluster-resources/policies/label-checker.yaml @@ -10,7 +10,7 @@ metadata: policies.kyverno.io/subject: Pod, Label policies.kyverno.io/description: Define and use labels that identify semantic attributes of your application or Deployment. A common set of labels allows tools to work collaboratively, describing objects in a common manner that all tools can understand. The recommended labels describe applications in a way that can be queried. This policy validates that the label `app.kubernetes.io/name` is specified with some value. spec: - validationFailureAction: Enforce + validationFailureAction: Audit background: true rules: - name: check-for-labels