remove crooked test (+1 squashed commits) (#1087)

Squashed commits:

[a5217867f] (fix) ensure that ports are valid before trying to use them for setting the capability
This commit is contained in:
Kjeld Schouten-Lebbing
2021-10-03 16:29:41 +02:00
committed by GitHub
parent 301f8be9fa
commit f3c62cd686
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 8.1.0
version: 8.1.1
@@ -226,7 +226,7 @@
{{- if ( semverCompare "<= 1024" ( toString $values.targetPort ) ) }}
{{- $privPort = true }}
{{- end }}
{{- else }}
{{- else if and ( $values.port ) ( kindIs "int" $values.port ) }}
{{- if ( semverCompare "<= 1024" ( toString $values.port ) ) }}
{{- $privPort = true }}
{{- end }}