@@ -78,10 +78,11 @@ 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 : null
82
+ securityContext :
83
+ runAsNonRoot : true
84
+ seccompProfile :
85
+ type : RuntimeDefault
85
86
serviceAccountName : steadybit - extension - http
86
87
volumes : null
87
88
manifest should match snapshot with TLS :
@@ -166,13 +167,14 @@ manifest should match snapshot with TLS:
166
167
drop :
167
168
- ALL
168
169
readOnlyRootFilesystem : true
169
- runAsGroup : 10000
170
- runAsNonRoot : true
171
- runAsUser : 10000
172
170
volumeMounts :
173
171
- mountPath : / etc / extension / certificates / server - cert
174
172
name : certificate - server - cert
175
173
readOnly : true
174
+ securityContext :
175
+ runAsNonRoot : true
176
+ seccompProfile :
177
+ type : RuntimeDefault
176
178
serviceAccountName : steadybit - extension - http
177
179
volumes :
178
180
- name : certificate - server - cert
@@ -264,10 +266,11 @@ manifest should match snapshot with extra env vars:
264
266
drop :
265
267
- ALL
266
268
readOnlyRootFilesystem : true
267
- runAsGroup : 10000
268
- runAsNonRoot : true
269
- runAsUser : 10000
270
269
volumeMounts : null
270
+ securityContext :
271
+ runAsNonRoot : true
272
+ seccompProfile :
273
+ type : RuntimeDefault
271
274
serviceAccountName : steadybit - extension - http
272
275
volumes : null
273
276
manifest should match snapshot with extra labels :
@@ -350,10 +353,11 @@ manifest should match snapshot with extra labels:
350
353
drop :
351
354
- ALL
352
355
readOnlyRootFilesystem : true
353
- runAsGroup : 10000
354
- runAsNonRoot : true
355
- runAsUser : 10000
356
356
volumeMounts : null
357
+ securityContext :
358
+ runAsNonRoot : true
359
+ seccompProfile :
360
+ type : RuntimeDefault
357
361
serviceAccountName : steadybit - extension - http
358
362
volumes : null
359
363
manifest should match snapshot with mutual TLS :
@@ -440,16 +444,17 @@ manifest should match snapshot with mutual TLS:
440
444
drop :
441
445
- ALL
442
446
readOnlyRootFilesystem : true
443
- runAsGroup : 10000
444
- runAsNonRoot : true
445
- runAsUser : 10000
446
447
volumeMounts :
447
448
- mountPath : / etc / extension / certificates / client - cert - a
448
449
name : certificate - client - cert - a
449
450
readOnly : true
450
451
- mountPath : / etc / extension / certificates / server - cert
451
452
name : certificate - server - cert
452
453
readOnly : true
454
+ securityContext :
455
+ runAsNonRoot : true
456
+ seccompProfile :
457
+ type : RuntimeDefault
453
458
serviceAccountName : steadybit - extension - http
454
459
volumes :
455
460
- name : certificate - client - cert - a
@@ -544,10 +549,11 @@ manifest should match snapshot with mutual TLS using containerPaths:
544
549
drop :
545
550
- ALL
546
551
readOnlyRootFilesystem : true
547
- runAsGroup : 10000
548
- runAsNonRoot : true
549
- runAsUser : 10000
550
552
volumeMounts : null
553
+ securityContext :
554
+ runAsNonRoot : true
555
+ seccompProfile :
556
+ type : RuntimeDefault
551
557
serviceAccountName : steadybit - extension - http
552
558
volumes : null
553
559
manifest should match snapshot with podSecurityContext :
@@ -628,12 +634,12 @@ manifest should match snapshot with podSecurityContext:
628
634
drop :
629
635
- ALL
630
636
readOnlyRootFilesystem : true
631
- runAsGroup : 10000
632
- runAsNonRoot : true
633
- runAsUser : 10000
634
637
volumeMounts : null
635
638
securityContext :
639
+ runAsNonRoot : true
636
640
runAsUser : 2222
641
+ seccompProfile :
642
+ type : RuntimeDefault
637
643
serviceAccountName : steadybit - extension - http
638
644
volumes : null
639
645
manifest should match snapshot with priority class :
@@ -714,11 +720,12 @@ manifest should match snapshot with priority class:
714
720
drop :
715
721
- ALL
716
722
readOnlyRootFilesystem : true
717
- runAsGroup : 10000
718
- runAsNonRoot : true
719
- runAsUser : 10000
720
723
volumeMounts : null
721
724
priorityClassName : my -priority -class
725
+ securityContext :
726
+ runAsNonRoot : true
727
+ seccompProfile :
728
+ type : RuntimeDefault
722
729
serviceAccountName : steadybit -extension -http
723
730
volumes : null
724
731
manifest should match snapshot without TLS :
@@ -799,10 +806,11 @@ manifest should match snapshot without TLS:
799
806
drop :
800
807
- ALL
801
808
readOnlyRootFilesystem : true
802
- runAsGroup : 10000
803
- runAsNonRoot : true
804
- runAsUser : 10000
805
809
volumeMounts : null
810
+ securityContext :
811
+ runAsNonRoot : true
812
+ seccompProfile :
813
+ type : RuntimeDefault
806
814
serviceAccountName : steadybit -extension -http
807
815
volumes : null
808
816
should add cluster name from global values :
@@ -885,10 +893,11 @@ should add cluster name from global values:
885
893
drop :
886
894
- ALL
887
895
readOnlyRootFilesystem : true
888
- runAsGroup : 10000
889
- runAsNonRoot : true
890
- runAsUser : 10000
891
896
volumeMounts : null
897
+ securityContext :
898
+ runAsNonRoot : true
899
+ seccompProfile :
900
+ type : RuntimeDefault
892
901
serviceAccountName : steadybit -extension -http
893
902
volumes : null
894
903
should add cluster name from local values :
@@ -971,10 +980,11 @@ should add cluster name from local values:
971
980
drop :
972
981
- ALL
973
982
readOnlyRootFilesystem : true
974
- runAsGroup : 10000
975
- runAsNonRoot : true
976
- runAsUser : 10000
977
983
volumeMounts : null
984
+ securityContext :
985
+ runAsNonRoot : true
986
+ seccompProfile :
987
+ type : RuntimeDefault
978
988
serviceAccountName : steadybit -extension -http
979
989
volumes : null
980
990
should enable location selection :
@@ -1057,9 +1067,10 @@ should enable location selection:
1057
1067
drop :
1058
1068
- ALL
1059
1069
readOnlyRootFilesystem : true
1060
- runAsGroup : 10000
1061
- runAsNonRoot : true
1062
- runAsUser : 10000
1063
1070
volumeMounts : null
1071
+ securityContext :
1072
+ runAsNonRoot : true
1073
+ seccompProfile :
1074
+ type : RuntimeDefault
1064
1075
serviceAccountName : steadybit -extension -http
1065
1076
volumes : null
0 commit comments