mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-03-21 08:41:17 +00:00
Revert "[ingress] avoid invalid externalIPs when config value is empty" (#959)
Reverts cozystack/cozystack#957. This was already fixed by
https://github.com/cozystack/cozystack/pull/952
(cherry picked from commit 31b110cd39)
Signed-off-by: Timofei Larkin <lllamnyp@gmail.com>
This commit is contained in:
committed by
Timofei Larkin
parent
1297e06f7c
commit
209bddbc83
@@ -34,7 +34,7 @@ spec:
|
||||
enabled: false
|
||||
{{- end }}
|
||||
service:
|
||||
{{- if and (ne $exposeExternalIPs "") (eq $exposeIngress .Release.Namespace) }}
|
||||
{{- if and (eq $exposeIngress .Release.Namespace) $exposeExternalIPs }}
|
||||
externalIPs:
|
||||
{{- toYaml (splitList "," $exposeExternalIPs) | nindent 12 }}
|
||||
type: ClusterIP
|
||||
|
||||
Reference in New Issue
Block a user