From b6a14136321a4d7197386cc851c07d6e5ba28da2 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Mon, 16 Oct 2023 10:32:33 +0200 Subject: [PATCH] chore: fix artifacthub metadata Signed-off-by: Flavio Castelli --- artifacthub-pkg.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 7242353..5a999ff 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -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 @@ -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: cncf-kubewarden-maintainers@lists.cncf.io