diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index edc4ce5..98f13a0 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -7,7 +7,7 @@ version: 0.1.12 name: sysctl-psp displayName: Sysctl PSP -createdAt: 2023-08-03T12:49:39.38986867Z +createdAt: 2023-10-16T07:26:55.16907141Z description: A Pod Security Policy that controls usage of sysctls in pods license: Apache-2.0 homeURL: https://github.com/kubewarden/sysctl-psp-policy @@ -28,6 +28,10 @@ install: | ```console kwctl pull ghcr.io/kubewarden/policies/sysctl-psp:v0.1.12 ``` + Then, generate the policy manifest and tune it to your liking. For example: + ```console + kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/sysctl-psp:v0.1.12 + ``` maintainers: - name: Kubewarden developers email: cncf-kubewarden-maintainers@lists.cncf.io