@@ -55,6 +55,8 @@ should mount tls secret if openshift.route.enabled and openshift.route.tls.termi
5555 memory : 512Mi
5656 securityContext :
5757 capabilities :
58+ add :
59+ - NET_BIND_SERVICE
5860 drop :
5961 - ALL
6062 readOnlyRootFilesystem : true
@@ -150,6 +152,8 @@ should not render replicas if autoscaling is enabled:
150152 memory : 512Mi
151153 securityContext :
152154 capabilities :
155+ add :
156+ - NET_BIND_SERVICE
153157 drop :
154158 - ALL
155159 readOnlyRootFilesystem : true
@@ -238,6 +242,8 @@ should render minimal values:
238242 memory : 512Mi
239243 securityContext :
240244 capabilities :
245+ add :
246+ - NET_BIND_SERVICE
241247 drop :
242248 - ALL
243249 readOnlyRootFilesystem : true
@@ -335,6 +341,8 @@ should render with affinity:
335341 memory : 512Mi
336342 securityContext :
337343 capabilities :
344+ add :
345+ - NET_BIND_SERVICE
338346 drop :
339347 - ALL
340348 readOnlyRootFilesystem : true
@@ -423,6 +431,8 @@ should render with extra volume:
423431 memory : 512Mi
424432 securityContext :
425433 capabilities :
434+ add :
435+ - NET_BIND_SERVICE
426436 drop :
427437 - ALL
428438 readOnlyRootFilesystem : true
@@ -518,6 +528,8 @@ should render with nodeSelector:
518528 memory : 512Mi
519529 securityContext :
520530 capabilities :
531+ add :
532+ - NET_BIND_SERVICE
521533 drop :
522534 - ALL
523535 readOnlyRootFilesystem : true
@@ -608,6 +620,8 @@ should render with pull secret:
608620 memory : 512Mi
609621 securityContext :
610622 capabilities :
623+ add :
624+ - NET_BIND_SERVICE
611625 drop :
612626 - ALL
613627 readOnlyRootFilesystem : true
@@ -698,6 +712,8 @@ should render with tolerations:
698712 memory : 512Mi
699713 securityContext :
700714 capabilities :
715+ add :
716+ - NET_BIND_SERVICE
701717 drop :
702718 - ALL
703719 readOnlyRootFilesystem : true
@@ -790,6 +806,8 @@ should support alternative http port:
790806 memory : 512Mi
791807 securityContext :
792808 capabilities :
809+ add :
810+ - NET_BIND_SERVICE
793811 drop :
794812 - ALL
795813 readOnlyRootFilesystem : true
@@ -881,6 +899,8 @@ should support alternative https port:
881899 memory : 512Mi
882900 securityContext :
883901 capabilities :
902+ add :
903+ - NET_BIND_SERVICE
884904 drop :
885905 - ALL
886906 readOnlyRootFilesystem : true
@@ -972,6 +992,8 @@ should support enabling https:
972992 memory : 512Mi
973993 securityContext :
974994 capabilities :
995+ add :
996+ - NET_BIND_SERVICE
975997 drop :
976998 - ALL
977999 readOnlyRootFilesystem : true
0 commit comments