We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8713c49 commit ac92bedCopy full SHA for ac92bed
1 file changed
metadata.yml
@@ -1,8 +1,8 @@
1
rules:
2
-- apiGroups: [""]
3
- apiVersions: ["v1"]
4
- resources: ["pods"]
5
- operations: ["CREATE"]
+ - apiGroups: [""]
+ apiVersions: ["v1"]
+ resources: ["pods"]
+ operations: ["CREATE"]
6
mutating: false
7
contextAware: false
8
executionMode: kubewarden-wapc
@@ -19,6 +19,7 @@ annotations:
19
io.kubewarden.policy.ociUrl: ghcr.io/yourorg/policies/policy-name # must match release workflow oci-target
20
# kubewarden specific:
21
io.kubewarden.policy.title: policy-name
22
+ io.kubewarden.policy.version: 0.0.1-unreleased
23
io.kubewarden.policy.description: Short description
24
io.kubewarden.policy.author: "Author name <author-email@example.com>"
25
io.kubewarden.policy.url: https://github.com/yourorg/policy-name
0 commit comments