-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathquestions-ui.yml
52 lines (52 loc) · 1.33 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
44
45
46
47
48
49
50
51
52
questions:
- default: null
description: >-
This policy is a replacement for the Kubernetes Pod Security Policy that
controls the usage of SELinux in the pod security context and on containers,
init containers and ephemeral containers. This policy will inspect the
`.spec.securityContext.seLinuxOptions` of the pod if the container has no
specific `.spec.securityContext.seLinuxOptions`. In other words, the
`seLinuxOptions` of the container, init container and ephemeral containers
take precendence over the pod `seLinuxOptions`, if any.
group: Settings
label: Description
required: false
hide_input: true
type: string
variable: description
- default: MustRunAs
tooltip: >-
Defines what seLinuxOptions can be set at the pod level and at the container
level.
group: Settings
label: SE Linux Options
options:
- MustRunAs
- RunAsAny
required: false
type: enum
variable: rule
- default: ''
group: Settings
label: User
show_if: rule=MustRunAs
type: string
variable: user
- default: ''
group: Settings
label: Role
show_if: rule=MustRunAs
type: string
variable: role
- default: ''
group: Settings
label: Type
show_if: rule=MustRunAs
type: string
variable: type
- default: ''
group: Settings
label: Level
show_if: rule=MustRunAs
type: string
variable: level