Skip to content

Commit

Permalink
test: update e2e tests policy settings
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
  • Loading branch information
fabriziosestito committed Oct 30, 2023
1 parent 2890b45 commit 64333a2
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 64333a2

Please sign in to comment.