-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata.yml
27 lines (27 loc) · 910 Bytes
/
metadata.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
rules:
- apiGroups:
- ''
apiVersions:
- v1
resources:
- pods
operations:
- CREATE
mutating: true
contextAwareResources:
- apiVersion: v1
kind: Namespace
backgroundAudit: false
executionMode: kubewarden-wapc
annotations:
# artifacthub specific:
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/tests/context-aware-policy-demo
# kubewarden specific:
io.kubewarden.policy.title: context-aware-policy
io.kubewarden.policy.description: A policy demonstrating context-aware policy features
io.kubewarden.policy.url: https://github.com/kubewarden/context-aware-demo
io.kubewarden.policy.source: https://github.com/kubewarden/context-aware-demo
io.kubewarden.policy.author: Kubewarden developers <cncf-kubewarden-maintainers@lists.cncf.io>
io.kubewarden.policy.license: Apache-2.0
io.kubewarden.policy.category: demo
io.kubewarden.policy.severity: info