Skip to content

Commit

Permalink
Merge pull request #12 from kubewarden/update-questions
Browse files Browse the repository at this point in the history
Tag 0.1.7
  • Loading branch information
flavio authored Feb 21, 2023
2 parents efa2c21 + 4ad31ce commit a059dc3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
---
version: 0.1.6
version: 0.1.7
name: hostpaths-psp
displayName: Hostpaths PSP
createdAt: '2022-07-19T16:00:23+02:00'
createdAt: '2023-02-17T16:26:40+00:00'
description: A Pod Security Policy that controls usage of hostPath volumes
license: Apache-2.0
homeURL: https://github.com/kubewarden/hostpaths-psp-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/hostpaths-psp:v0.1.6
image: ghcr.io/kubewarden/policies/hostpaths-psp:v0.1.7
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl/):
```console
kwctl pull ghcr.io/kubewarden/policies/hostpaths-psp:v0.1.6
kwctl pull ghcr.io/kubewarden/policies/hostpaths-psp:v0.1.7
```
keywords:
- psp
- hostpaths
- pod
links:
- name: policy
url: https://github.com/kubewarden/hostpaths-psp-policy/releases/download/v0.1.6/policy.wasm
url: https://github.com/kubewarden/hostpaths-psp-policy/releases/download/v0.1.7/policy.wasm
- name: source
url: https://github.com/kubewarden/hostpaths-psp-policy
provider:
Expand Down Expand Up @@ -55,20 +55,20 @@ annotations:
group: Settings
label: Allow host path
hide_input: true
type: map[
type: sequence[
variable: allowedHostPaths
subquestions:
sequence_questions:
- default: ''
description: >-
Allows hostPath volumes to mount a path that begins with an allowed
prefix.
group: Settings
label: Path prefix
type: string
variable: allowedHostPaths.pathPrefix
variable: pathPrefix
- default: false
tooltip: Indicates if the volume must be mounted read-only.
group: Settings
label: Read only
type: boolean
variable: allowedHostPaths.readOnly
variable: readOnly
8 changes: 4 additions & 4 deletions questions-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ questions:
group: Settings
label: Allow host path
hide_input: true
type: map[
type: sequence[
variable: allowedHostPaths
subquestions:
sequence_questions:
- default: ''
description: >-
Allows hostPath volumes to mount a path that begins with an allowed
prefix.
group: Settings
label: Path prefix
type: string
variable: allowedHostPaths.pathPrefix
variable: pathPrefix
- default: false
tooltip: Indicates if the volume must be mounted read-only.
group: Settings
label: Read only
type: boolean
variable: allowedHostPaths.readOnly
variable: readOnly

0 comments on commit a059dc3

Please sign in to comment.