Skip to content

Commit

Permalink
chore: fix artifacthub metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Oct 16, 2023
1 parent f7a34da commit b6a1413
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version: 0.1.8
name: disallow-service-loadbalancer
displayName: Disallow Service Loadbalancer
createdAt: 2023-07-07T18:01:28.597620555Z
createdAt: 2023-10-16T08:32:30.140984083Z
description: A policy that prevents the creation of Service resources of type `LoadBalancer`
license: Apache-2.0
homeURL: https://github.com/kubewarden/disallow-service-loadbalancer-policy
Expand All @@ -26,6 +26,10 @@ install: |
```console
kwctl pull ghcr.io/kubewarden/policies/disallow-service-loadbalancer:v0.1.8
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/disallow-service-loadbalancer:v0.1.8
```
maintainers:
- name: Kubewarden developers
email: [email protected]
Expand Down

0 comments on commit b6a1413

Please sign in to comment.