File tree 2 files changed +26
-0
lines changed
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -98,13 +98,24 @@ spec:
98
98
port : 8080
99
99
initialDelaySeconds : 3
100
100
periodSeconds : 30
101
+ securityContext :
102
+ allowPrivilegeEscalation : false
103
+ capabilities :
104
+ drop :
105
+ - ALL
106
+ readOnlyRootFilesystem : true
107
+ runAsNonRoot : true
108
+ seccompProfile :
109
+ type : RuntimeDefault
101
110
volumeMounts :
102
111
- mountPath : /app/config
103
112
name : image-updater-conf
104
113
- mountPath : /app/config/ssh
105
114
name : ssh-known-hosts
106
115
- mountPath : /app/.ssh
107
116
name : ssh-config
117
+ - mountPath : /tmp
118
+ name : tmp
108
119
serviceAccountName : argocd-image-updater
109
120
volumes :
110
121
- configMap :
@@ -124,3 +135,5 @@ spec:
124
135
name : argocd-image-updater-ssh-config
125
136
optional : true
126
137
name : ssh-config
138
+ - emptyDir : {}
139
+ name : tmp
Original file line number Diff line number Diff line change @@ -181,13 +181,24 @@ spec:
181
181
port : 8080
182
182
initialDelaySeconds : 3
183
183
periodSeconds : 30
184
+ securityContext :
185
+ allowPrivilegeEscalation : false
186
+ capabilities :
187
+ drop :
188
+ - ALL
189
+ readOnlyRootFilesystem : true
190
+ runAsNonRoot : true
191
+ seccompProfile :
192
+ type : RuntimeDefault
184
193
volumeMounts :
185
194
- mountPath : /app/config
186
195
name : image-updater-conf
187
196
- mountPath : /app/config/ssh
188
197
name : ssh-known-hosts
189
198
- mountPath : /app/.ssh
190
199
name : ssh-config
200
+ - mountPath : /tmp
201
+ name : tmp
191
202
serviceAccountName : argocd-image-updater
192
203
volumes :
193
204
- configMap :
@@ -207,3 +218,5 @@ spec:
207
218
name : argocd-image-updater-ssh-config
208
219
optional : true
209
220
name : ssh-config
221
+ - emptyDir : {}
222
+ name : tmp
You can’t perform that action at this time.
0 commit comments