Skip to content

Commit

Permalink
Merge pull request #579 from fabriziosestito/test/update-e2e-tests-po…
Browse files Browse the repository at this point in the history
…licy-settings

test: update e2e tests policy settings
  • Loading branch information
flavio authored Oct 31, 2023
2 parents 2890b45 + 64333a2 commit aac33c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion e2e-tests/test_data/policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ raw-validation:
raw-mutation:
url: ghcr.io/kubewarden/tests/raw-mutation-policy:v0.1.0
allowedToMutate: true
settings: {}
settings:
forbiddenResources:
- "banana"
- "carrot"
defaultResource: "hay"

raw-validation-opa:
url: ghcr.io/kubewarden/tests/raw-validation-opa-policy:v0.1.0
Expand All @@ -72,3 +76,4 @@ raw-mutation-wasi:
forbiddenResources:
- "banana"
- "carrot"
defaultResource: "hay"

0 comments on commit aac33c8

Please sign in to comment.