-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmetadata.yml
31 lines (31 loc) · 1.14 KB
/
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
28
29
30
31
rules:
- apiGroups:
- ''
apiVersions:
- v1
resources:
- namespaces
operations:
- CREATE
- UPDATE
mutating: true
contextAwareResources:
- apiVersion: management.cattle.io/v3
kind: Project
executionMode: kubewarden-wapc
annotations:
# artifacthub specific
io.artifacthub.displayName: Rancher Project propagate labels
io.artifacthub.resources: Namespace
io.artifacthub.keywords: namespace, rancher project
# kubewarden specific
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/rancher-project-propagate-labels
io.kubewarden.policy.title: rancher-project-propagate-labels
io.kubewarden.policy.description: Propagate labels from a Rancher Project to all
the Namespace that belong to it
io.kubewarden.policy.author: Kubewarden developers <[email protected]>
io.kubewarden.policy.url: https://github.com/kubewaden/rancher-project-propagate-labels
io.kubewarden.policy.source: https://github.com/kubewarden/rancher-project-propagate-labels
io.kubewarden.policy.license: Apache-2.0
io.kubewarden.policy.category: Rancher
io.kubewarden.policy.severity: medium