@@ -46,6 +46,10 @@ manifest should match snapshot using podAnnotations and Labels:
46
46
cpu : 50m
47
47
memory : 32Mi
48
48
securityContext :
49
+ allowPrivilegeEscalation : false
50
+ capabilities :
51
+ drop :
52
+ - ALL
49
53
readOnlyRootFilesystem : true
50
54
runAsGroup : 10000
51
55
runAsNonRoot : true
@@ -103,6 +107,10 @@ manifest should match snapshot with TLS:
103
107
cpu : 50m
104
108
memory : 32Mi
105
109
securityContext :
110
+ allowPrivilegeEscalation : false
111
+ capabilities :
112
+ drop :
113
+ - ALL
106
114
readOnlyRootFilesystem : true
107
115
runAsGroup : 10000
108
116
runAsNonRoot : true
@@ -170,6 +178,10 @@ manifest should match snapshot with extra env vars:
170
178
cpu : 50m
171
179
memory : 32Mi
172
180
securityContext :
181
+ allowPrivilegeEscalation : false
182
+ capabilities :
183
+ drop :
184
+ - ALL
173
185
readOnlyRootFilesystem : true
174
186
runAsGroup : 10000
175
187
runAsNonRoot : true
@@ -225,6 +237,10 @@ manifest should match snapshot with extra labels:
225
237
cpu : 50m
226
238
memory : 32Mi
227
239
securityContext :
240
+ allowPrivilegeEscalation : false
241
+ capabilities :
242
+ drop :
243
+ - ALL
228
244
readOnlyRootFilesystem : true
229
245
runAsGroup : 10000
230
246
runAsNonRoot : true
@@ -284,6 +300,10 @@ manifest should match snapshot with mutual TLS:
284
300
cpu : 50m
285
301
memory : 32Mi
286
302
securityContext :
303
+ allowPrivilegeEscalation : false
304
+ capabilities :
305
+ drop :
306
+ - ALL
287
307
readOnlyRootFilesystem : true
288
308
runAsGroup : 10000
289
309
runAsNonRoot : true
@@ -357,6 +377,10 @@ manifest should match snapshot with mutual TLS using containerPaths:
357
377
cpu : 50m
358
378
memory : 32Mi
359
379
securityContext :
380
+ allowPrivilegeEscalation : false
381
+ capabilities :
382
+ drop :
383
+ - ALL
360
384
readOnlyRootFilesystem : true
361
385
runAsGroup : 10000
362
386
runAsNonRoot : true
@@ -410,6 +434,10 @@ manifest should match snapshot without TLS:
410
434
cpu : 50m
411
435
memory : 32Mi
412
436
securityContext :
437
+ allowPrivilegeEscalation : false
438
+ capabilities :
439
+ drop :
440
+ - ALL
413
441
readOnlyRootFilesystem : true
414
442
runAsGroup : 10000
415
443
runAsNonRoot : true
0 commit comments