File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 12
12
app : onepassword-connect
13
13
version : " 1.0.0"
14
14
spec :
15
+ securityContext :
16
+ runAsNonRoot : true
15
17
volumes :
16
18
- name : shared-data
17
19
emptyDir : {}
32
34
containers :
33
35
- name : connect-api
34
36
image : 1password/connect-api:latest
37
+ securityContext :
38
+ allowPrivilegeEscalation : false
35
39
resources :
36
40
limits :
37
41
memory : " 128Mi"
49
53
name : shared-data
50
54
- name : connect-sync
51
55
image : 1password/connect-sync:latest
56
+ securityContext :
57
+ allowPrivilegeEscalation : false
52
58
resources :
53
59
limits :
54
60
memory : " 128Mi"
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ metadata:
8
8
spec :
9
9
template :
10
10
spec :
11
+ securityContext :
12
+ runAsNonRoot : true
11
13
containers :
12
14
- name : kube-rbac-proxy
13
15
securityContext :
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ metadata:
6
6
spec :
7
7
template :
8
8
spec :
9
+ securityContext :
10
+ runAsNonRoot : true
9
11
containers :
10
12
- name : manager
11
13
args :
You can’t perform that action at this time.
0 commit comments