mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 15:37:19 +00:00
fix: test typo (#12016)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
parent
26e75fbf59
commit
5b2d44afc7
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
apiVersion: admissionregistration.k8s.io/v1
|
||||
kind: ValidatingAdmissionPolicy
|
||||
metadata:
|
||||
name: "chech-deployment-labels"
|
||||
name: check-deployment-labels
|
||||
spec:
|
||||
matchConstraints:
|
||||
resourceRules:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: admissionregistration.k8s.io/v1
|
||||
kind: ValidatingAdmissionPolicy
|
||||
metadata:
|
||||
name: "chech-deployment-replicas"
|
||||
name: check-deployment-replicas
|
||||
spec:
|
||||
matchConstraints:
|
||||
resourceRules:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: kyverno.io/v2alpha1
|
||||
kind: ValidatingPolicy
|
||||
metadata:
|
||||
name: chech-deployment-labels
|
||||
name: check-deployment-labels
|
||||
spec:
|
||||
matchConstraints:
|
||||
resourceRules:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: kyverno.io/v2alpha1
|
||||
kind: ValidatingPolicy
|
||||
metadata:
|
||||
name: chech-deployment-replicas
|
||||
name: check-deployment-replicas
|
||||
spec:
|
||||
matchConstraints:
|
||||
resourceRules:
|
||||
|
|
Loading…
Add table
Reference in a new issue