-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathquestions-ui.yml
43 lines (43 loc) · 1.37 KB
/
questions-ui.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
questions:
- default: null
description: >-
This policy provides a replacement for the Pod Security Policy that deals
with seccomp profiles. Prior to Kubernetes 1.19, seccomp profiles could be
defined only via Pod annotations. Starting from Kubernetes 1.19 the seccomp
profiles can be managed via the securityContext field of Pods and
Containers. Note: the seccomp annotations are deprecated and will be dropped
starting from Kubernetes 1.25.
group: Settings
label: Description
required: false
hide_input: true
type: map
variable: description
- default: []
tooltip: >-
Define the accecpted profile values for the annotations
container.seccomp.security.alpha.kubernetes.io/<container> and
seccomp.security.alpha.kubernetes.io/pod.
group: Settings
label: Allowed profiles
required: false
type: array[
variable: allowed_profiles
- default: []
tooltip: >-
Define the allowed values to be set in the seccomp type in the security
context of a container or of the Pod.
group: Settings
label: Profile types
required: false
type: array[
variable: profile_types
- default: []
tooltip: >-
Define the allowed localhost profiles. This is used only when the
'Localhost' type is allowed inside of the security context.
group: Settings
label: Localhost profiles
required: false
type: array[
variable: localhost_profiles