fix(common): Release v3.3.1

This commit is contained in:
Bernd Schorgers 2024-07-30 10:44:08 +02:00
parent 60b34d0323
commit 073d3a8405
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
5 changed files with 27 additions and 5 deletions

View file

@ -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 }}