Skip to content

Commit

Permalink
fix: set a valid metadata.name
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
  • Loading branch information
viccuad committed Jan 25, 2024
1 parent 9ab1d6f commit 7e976b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.0-rc1
name: Container Resources
name: container-resources
displayName: Container Resources
createdAt: 2024-01-11T13:14:35.83415595Z
createdAt: 2024-01-25T12:36:43.375206024Z
description: Policy is designed to enforce constraints on the resource requirements of Kubernetes containers
license: Apache-2.0
homeURL: https://github.com/kubewarden/container-resources-policy
Expand Down
6 changes: 3 additions & 3 deletions metadata.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
rules:
- apiGroups:
- ''
- ""
apiVersions:
- v1
resources:
- pods
operations:
- CREATE
- apiGroups:
- ''
- ""
apiVersions:
- v1
resources:
Expand Down Expand Up @@ -53,7 +53,7 @@ annotations:
io.artifacthub.keywords: container, resources
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/container-resources # must match release workflow oci-target
# kubewarden specific:
io.kubewarden.policy.title: Container Resources
io.kubewarden.policy.title: container-resources
io.kubewarden.policy.description: Policy is designed to enforce constraints on the resource requirements of Kubernetes containers
io.kubewarden.policy.author: "Kubewarden developers <cncf-kubewarden-maintainers@lists.cncf.io>"
io.kubewarden.policy.url: https://github.com/kubewarden/container-resources-policy
Expand Down

0 comments on commit 7e976b6

Please sign in to comment.