Skip to content

Commit

Permalink
Merge pull request #39 from kubewarden/questions-remove-checkbox
Browse files Browse the repository at this point in the history
Update questions - remove unnecessary checkbox for RunAsAny
  • Loading branch information
flavio authored Feb 28, 2023
2 parents d3c7d30 + 707aacb commit e6716e7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "selinux-psp"
version = "0.1.7"
version = "0.1.8"
authors = ["Rafael Fernández López <[email protected]>"]
edition = "2018"

Expand Down
15 changes: 4 additions & 11 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
---
version: 0.1.7
version: 0.1.8
name: selinux-psp
displayName: Selinux PSP
createdAt: '2023-02-13T15:55:48+00:00'
createdAt: '2023-02-28T13:14:43+00:00'
description: Replacement for the Kubernetes Pod Security Policy that controls the
usage of SELinux
license: Apache-2.0
homeURL: https://github.com/kubewarden/selinux-psp-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/selinux-psp:v0.1.7
image: ghcr.io/kubewarden/policies/selinux-psp:v0.1.8
keywords:
- psp
- container
- runtime
- selinux
links:
- name: policy
url: https://github.com/kubewarden/selinux-psp-policy/releases/download/v0.1.7/policy.wasm
url: https://github.com/kubewarden/selinux-psp-policy/releases/download/v0.1.8/policy.wasm
- name: source
url: https://github.com/kubewarden/selinux-psp-policy
provider:
Expand Down Expand Up @@ -103,10 +103,3 @@ annotations:
show_if: rule=MustRunAs
type: int
variable: level
- default: false
tooltip: Always accepts the request.
group: Settings
show_if: rule=RunAsAny
title: Run as any
type: boolean
variable: RunAsAny
7 changes: 0 additions & 7 deletions questions-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,3 @@ questions:
show_if: rule=MustRunAs
type: int
variable: level
- default: false
tooltip: Always accepts the request.
group: Settings
show_if: rule=RunAsAny
title: Run as any
type: boolean
variable: RunAsAny

0 comments on commit e6716e7

Please sign in to comment.