@@ -78,12 +78,13 @@ manifest should match snapshot using podAnnotations and Labels:
78
78
drop :
79
79
- ALL
80
80
readOnlyRootFilesystem : true
81
- runAsGroup : 10000
82
- runAsNonRoot : true
83
- runAsUser : 10000
84
81
volumeMounts :
85
82
- mountPath : / tmp
86
83
name : tmp - dir
84
+ securityContext :
85
+ runAsNonRoot : true
86
+ seccompProfile :
87
+ type : RuntimeDefault
87
88
serviceAccountName : steadybit - extension - jmeter
88
89
volumes :
89
90
- emptyDir : {}
@@ -170,15 +171,16 @@ manifest should match snapshot with TLS:
170
171
drop :
171
172
- ALL
172
173
readOnlyRootFilesystem : true
173
- runAsGroup : 10000
174
- runAsNonRoot : true
175
- runAsUser : 10000
176
174
volumeMounts :
177
175
- mountPath : / tmp
178
176
name : tmp - dir
179
177
- mountPath : / etc / extension / certificates / server - cert
180
178
name : certificate - server - cert
181
179
readOnly : true
180
+ securityContext :
181
+ runAsNonRoot : true
182
+ seccompProfile :
183
+ type : RuntimeDefault
182
184
serviceAccountName : steadybit - extension - jmeter
183
185
volumes :
184
186
- emptyDir : {}
@@ -272,12 +274,13 @@ manifest should match snapshot with extra env vars:
272
274
drop :
273
275
- ALL
274
276
readOnlyRootFilesystem : true
275
- runAsGroup : 10000
276
- runAsNonRoot : true
277
- runAsUser : 10000
278
277
volumeMounts :
279
278
- mountPath : / tmp
280
279
name : tmp - dir
280
+ securityContext :
281
+ runAsNonRoot : true
282
+ seccompProfile :
283
+ type : RuntimeDefault
281
284
serviceAccountName : steadybit - extension - jmeter
282
285
volumes :
283
286
- emptyDir : {}
@@ -362,12 +365,13 @@ manifest should match snapshot with extra labels:
362
365
drop :
363
366
- ALL
364
367
readOnlyRootFilesystem : true
365
- runAsGroup : 10000
366
- runAsNonRoot : true
367
- runAsUser : 10000
368
368
volumeMounts :
369
369
- mountPath : / tmp
370
370
name : tmp - dir
371
+ securityContext :
372
+ runAsNonRoot : true
373
+ seccompProfile :
374
+ type : RuntimeDefault
371
375
serviceAccountName : steadybit - extension - jmeter
372
376
volumes :
373
377
- emptyDir : {}
@@ -456,9 +460,6 @@ manifest should match snapshot with mutual TLS:
456
460
drop :
457
461
- ALL
458
462
readOnlyRootFilesystem : true
459
- runAsGroup : 10000
460
- runAsNonRoot : true
461
- runAsUser : 10000
462
463
volumeMounts :
463
464
- mountPath : / tmp
464
465
name : tmp - dir
@@ -468,6 +469,10 @@ manifest should match snapshot with mutual TLS:
468
469
- mountPath : / etc / extension / certificates / server - cert
469
470
name : certificate - server - cert
470
471
readOnly : true
472
+ securityContext :
473
+ runAsNonRoot : true
474
+ seccompProfile :
475
+ type : RuntimeDefault
471
476
serviceAccountName : steadybit - extension - jmeter
472
477
volumes :
473
478
- emptyDir : {}
@@ -564,12 +569,13 @@ manifest should match snapshot with mutual TLS using containerPaths:
564
569
drop :
565
570
- ALL
566
571
readOnlyRootFilesystem : true
567
- runAsGroup : 10000
568
- runAsNonRoot : true
569
- runAsUser : 10000
570
572
volumeMounts :
571
573
- mountPath : / tmp
572
574
name : tmp - dir
575
+ securityContext :
576
+ runAsNonRoot : true
577
+ seccompProfile :
578
+ type : RuntimeDefault
573
579
serviceAccountName : steadybit - extension - jmeter
574
580
volumes :
575
581
- emptyDir : {}
@@ -652,14 +658,14 @@ manifest should match snapshot with podSecurityContext:
652
658
drop :
653
659
- ALL
654
660
readOnlyRootFilesystem : true
655
- runAsGroup : 10000
656
- runAsNonRoot : true
657
- runAsUser : 10000
658
661
volumeMounts :
659
662
- mountPath : / tmp
660
663
name : tmp - dir
661
664
securityContext :
665
+ runAsNonRoot : true
662
666
runAsUser : 2222
667
+ seccompProfile :
668
+ type : RuntimeDefault
663
669
serviceAccountName : steadybit - extension - jmeter
664
670
volumes :
665
671
- emptyDir : {}
@@ -742,13 +748,14 @@ manifest should match snapshot with priority class:
742
748
drop :
743
749
- ALL
744
750
readOnlyRootFilesystem : true
745
- runAsGroup : 10000
746
- runAsNonRoot : true
747
- runAsUser : 10000
748
751
volumeMounts :
749
752
- mountPath : /tmp
750
753
name : tmp -dir
751
754
priorityClassName : my -priority -class
755
+ securityContext :
756
+ runAsNonRoot : true
757
+ seccompProfile :
758
+ type : RuntimeDefault
752
759
serviceAccountName : steadybit -extension -jmeter
753
760
volumes :
754
761
- emptyDir : {}
@@ -831,12 +838,13 @@ manifest should match snapshot without TLS:
831
838
drop :
832
839
- ALL
833
840
readOnlyRootFilesystem : true
834
- runAsGroup : 10000
835
- runAsNonRoot : true
836
- runAsUser : 10000
837
841
volumeMounts :
838
842
- mountPath : / tmp
839
843
name : tmp - dir
844
+ securityContext :
845
+ runAsNonRoot : true
846
+ seccompProfile :
847
+ type : RuntimeDefault
840
848
serviceAccountName : steadybit - extension - jmeter
841
849
volumes :
842
850
- emptyDir : {}
@@ -921,12 +929,13 @@ should add cluster name from global values:
921
929
drop :
922
930
- ALL
923
931
readOnlyRootFilesystem : true
924
- runAsGroup : 10000
925
- runAsNonRoot : true
926
- runAsUser : 10000
927
932
volumeMounts :
928
933
- mountPath : / tmp
929
934
name : tmp - dir
935
+ securityContext :
936
+ runAsNonRoot : true
937
+ seccompProfile :
938
+ type : RuntimeDefault
930
939
serviceAccountName : steadybit - extension - jmeter
931
940
volumes :
932
941
- emptyDir : {}
@@ -1011,12 +1020,13 @@ should add cluster name from local values:
1011
1020
drop :
1012
1021
- ALL
1013
1022
readOnlyRootFilesystem : true
1014
- runAsGroup : 10000
1015
- runAsNonRoot : true
1016
- runAsUser : 10000
1017
1023
volumeMounts :
1018
1024
- mountPath : / tmp
1019
1025
name : tmp - dir
1026
+ securityContext :
1027
+ runAsNonRoot : true
1028
+ seccompProfile :
1029
+ type : RuntimeDefault
1020
1030
serviceAccountName : steadybit - extension - jmeter
1021
1031
volumes :
1022
1032
- emptyDir : {}
@@ -1101,12 +1111,13 @@ should enable location selection:
1101
1111
drop :
1102
1112
- ALL
1103
1113
readOnlyRootFilesystem : true
1104
- runAsGroup : 10000
1105
- runAsNonRoot : true
1106
- runAsUser : 10000
1107
1114
volumeMounts :
1108
1115
- mountPath : / tmp
1109
1116
name : tmp - dir
1117
+ securityContext :
1118
+ runAsNonRoot : true
1119
+ seccompProfile :
1120
+ type : RuntimeDefault
1110
1121
serviceAccountName : steadybit - extension - jmeter
1111
1122
volumes :
1112
1123
- emptyDir : {}
0 commit comments