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:
committed by
GitHub
parent
301f8be9fa
commit
f3c62cd686
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user