1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/test/scenarios/test/scenario_validate_default_proc_mount.yaml
shivkumar dudhani 530ac6962c initial clean up
2019-10-14 12:36:19 -07:00

19 lines
No EOL
590 B
YAML

# file path relative to project root
input:
policy: test/scenarios/validate/policy_validate_default_proc_mount.yaml
resource: test/scenarios/resources/resource_validate_default_proc_mount.yaml
expected:
validation:
policyresponse:
policy: validate-default-proc-mount
resource:
kind: Pod
apiVersion: v1
namespace: ''
name: nginx-proc-mount
rules:
- name: validate-default-proc-mount
type: Validation
message: "Validation rule 'validate-default-proc-mount' succesfully validated"
success: true