mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
update testrunner
This commit is contained in:
parent
4a43eef696
commit
d279d7fd77
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ expected:
|
||||||
rules:
|
rules:
|
||||||
- name: deny-privileged-disallowpriviligedescalation
|
- name: deny-privileged-disallowpriviligedescalation
|
||||||
type: Validation
|
type: Validation
|
||||||
message: "Validation rule 'deny-privileged-disallowpriviligedescalation' failed to validate patterns defined in anyPattern. Privileged mode is not allowed. Set allowPrivilegeEscalatin and privileged to false; anyPattern[0] failed at path /spec/securityContext/; anyPattern[1] failed at path /spec/containers/0/securityContext/allowPrivilegeEscalation/"
|
message: "Validation rule 'deny-privileged-disallowpriviligedescalation' failed to validate patterns defined in anyPattern. Privileged mode is not allowed. Set allowPrivilegeEscalation and privileged to false; anyPattern[0] failed at path /spec/securityContext/; anyPattern[1] failed at path /spec/containers/0/securityContext/allowPrivilegeEscalation/"
|
||||||
success: false
|
success: false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue