File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 20
20
labels :
21
21
app : insights-operator
22
22
spec :
23
+ securityContext :
24
+ runAsNonRoot : true
25
+ seccompProfile :
26
+ type : RuntimeDefault
23
27
containers :
24
28
- args :
25
29
- start
38
42
value : 0.0.1-snapshot
39
43
image : quay.io/openshift/origin-insights-operator:latest
40
44
name : insights-operator
45
+ securityContext :
46
+ allowPrivilegeEscalation : false
47
+ capabilities :
48
+ drop : ["ALL"]
41
49
ports :
42
50
- containerPort : 8443
43
51
name : https
Original file line number Diff line number Diff line change 21
21
labels :
22
22
app : insights-operator
23
23
spec :
24
+ securityContext :
25
+ runAsNonRoot : true
26
+ seccompProfile :
27
+ type : RuntimeDefault
24
28
serviceAccountName : operator
25
29
priorityClassName : system-cluster-critical
26
30
nodeSelector :
56
60
optional : true
57
61
containers :
58
62
- name : insights-operator
63
+ securityContext :
64
+ allowPrivilegeEscalation : false
65
+ capabilities :
66
+ drop : ["ALL"]
59
67
image : quay.io/openshift/origin-insights-operator:latest
60
68
terminationMessagePolicy : FallbackToLogsOnError
61
69
volumeMounts :
You can’t perform that action at this time.
0 commit comments