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 d0dba97 commit ce56636
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.10
name: hostpaths-psp
displayName: Hostpaths PSP
createdAt: 2023-08-03T10:44:13.89418627Z
createdAt: 2023-10-16T08:36:54.8789282Z
description: A Pod Security Policy that controls usage of hostPath volumes
license: Apache-2.0
homeURL: https://github.com/kubewarden/hostpaths-psp-policy
Expand All @@ -28,6 +28,10 @@ install: |
```console
kwctl pull ghcr.io/kubewarden/policies/hostpaths-psp:v0.1.10
```
Then, generate the policy manifest and tune it to your liking. For example:
```console
kwctl scaffold manifest -t ClusterAdmissionPolicy registry://ghcr.io/kubewarden/policies/hostpaths-psp:v0.1.10
```
maintainers:
- name: Kubewarden developers
email: [email protected]
Expand Down

0 comments on commit ce56636

Please sign in to comment.