Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 0db3776

Browse files
author
Pete Yuan
authored
Change port value to string in kube-vip jsonPatch (#3804)
1 parent 6959c26 commit 0db3776

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/tkg-clusterclass-vsphere/bundle/config/upstream
  • providers/infrastructure-vsphere/v1.4.1/cconly

packages/tkg-clusterclass-vsphere/bundle/config/upstream/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ spec:
704704
value: {{ .apiServerEndpoint }}
705705
{{- if and (not .aviControlPlaneHAProvider) .apiServerPort }}
706706
- name: port
707-
value: {{ .apiServerPort }}
707+
value: "{{ .apiServerPort }}"
708708
{{- end }}
709709
- name: vip_interface
710710
value: {{ .vipNetworkInterface }}

providers/infrastructure-vsphere/v1.4.1/cconly/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ spec:
704704
value: {{ .apiServerEndpoint }}
705705
{{- if and (not .aviControlPlaneHAProvider) .apiServerPort }}
706706
- name: port
707-
value: {{ .apiServerPort }}
707+
value: "{{ .apiServerPort }}"
708708
{{- end }}
709709
- name: vip_interface
710710
value: {{ .vipNetworkInterface }}

0 commit comments

Comments
 (0)