mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
fix: background scan labels (#4865)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com> Co-authored-by: Prateek Pandey <prateek.pandey@nirmata.com>
This commit is contained in:
parent
23ab7390a3
commit
f7db09fcc2
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ const (
|
|||
LabelResourceHash = "audit.kyverno.io/resource.hash"
|
||||
LabelResourceUid = "audit.kyverno.io/resource.uid"
|
||||
// policy labels
|
||||
LabelDomainClusterPolicy = "pol.kyverno.io"
|
||||
LabelDomainPolicy = "cpol.kyverno.io"
|
||||
LabelDomainClusterPolicy = "cpol.kyverno.io"
|
||||
LabelDomainPolicy = "pol.kyverno.io"
|
||||
LabelPrefixClusterPolicy = LabelDomainClusterPolicy + "/"
|
||||
LabelPrefixPolicy = LabelDomainPolicy + "/"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue