File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 9
9
value :
10
10
name : RELEASE_VERSION
11
11
value : " 0.0.1-snapshot"
12
+ - command : update
13
+ path : spec.template.spec.containers[*].securityContext
14
+ value :
15
+ allowPrivilegeEscalation : false
16
+ capabilities :
17
+ drop : ["ALL"]
18
+ - command : update
19
+ path : spec.template.spec.securityContext
20
+ value :
21
+ runAsNonRoot : true
22
+ runAsUser : 65534
23
+ seccompProfile :
24
+ type : RuntimeDefault
Original file line number Diff line number Diff line change 9
9
value :
10
10
name : RELEASE_VERSION
11
11
value : " 0.0.1-snapshot"
12
+ - command : update
13
+ path : spec.template.spec.containers[*].securityContext
14
+ value :
15
+ allowPrivilegeEscalation : false
16
+ capabilities :
17
+ drop : ["ALL"]
18
+ - command : update
19
+ path : spec.template.spec.securityContext
20
+ value :
21
+ runAsNonRoot : true
22
+ runAsUser : 65534
23
+ seccompProfile :
24
+ type : RuntimeDefault
Original file line number Diff line number Diff line change 33
33
values :
34
34
- packageserver
35
35
topologyKey : " kubernetes.io/hostname"
36
+ - command : update
37
+ path : spec.install.spec.deployments[0].spec.template.spec.containers[*].securityContext
38
+ value :
39
+ allowPrivilegeEscalation : false
40
+ capabilities :
41
+ drop : ["ALL"]
42
+ - command : update
43
+ path : spec.install.spec.deployments[0].spec.template.spec.securityContext
44
+ value :
45
+ runAsNonRoot : true
46
+ runAsUser : 65534
47
+ seccompProfile :
48
+ type : RuntimeDefault
You can’t perform that action at this time.
0 commit comments