mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-15 20:20:22 +00:00
fix: use failureAction in reports properties chainsaw test (#11011)
Signed-off-by: Vishal Choudhary <vishal.choudhary@nirmata.com> Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
parent
fd5cfac9b4
commit
347c4ce5ac
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ spec:
|
||||||
operation: '{{ request.operation }}'
|
operation: '{{ request.operation }}'
|
||||||
objName: '{{ objName }}'
|
objName: '{{ objName }}'
|
||||||
validate:
|
validate:
|
||||||
validationFailureAction: Audit
|
failureAction: Audit
|
||||||
message: The `owner` label is required for all Namespaces.
|
message: The `owner` label is required for all Namespaces.
|
||||||
pattern:
|
pattern:
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Add table
Reference in a new issue