mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 00:47:04 +02:00
fix(common): Release v3.3.1
This commit is contained in:
parent
60b34d0323
commit
073d3a8405
5 changed files with 27 additions and 5 deletions
|
@ -49,6 +49,11 @@ spec:
|
|||
loadBalancerSourceRanges:
|
||||
{{ toYaml $serviceObject.loadBalancerSourceRanges | nindent 4 }}
|
||||
{{- end -}}
|
||||
{{- else if eq $svcType "ExternalName" }}
|
||||
type: {{ $svcType }}
|
||||
{{- if $serviceObject.externalName }}
|
||||
externalName: {{ $serviceObject.externalName }}
|
||||
{{- end }}
|
||||
{{- else }}
|
||||
type: {{ $svcType }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue