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

Commit

Permalink
Change port value to string in kube-vip jsonPatch
Browse files Browse the repository at this point in the history
  • Loading branch information
DingPing Yuan committed Nov 1, 2022
1 parent 986bff7 commit 2b144aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ spec:
value: {{ .apiServerEndpoint }}
{{- if and (not .aviControlPlaneHAProvider) .apiServerPort }}
- name: port
value: {{ .apiServerPort }}
value: "{{ .apiServerPort }}"
{{- end }}
- name: vip_interface
value: {{ .vipNetworkInterface }}
Expand Down
2 changes: 1 addition & 1 deletion providers/infrastructure-vsphere/v1.4.1/cconly/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ spec:
value: {{ .apiServerEndpoint }}
{{- if and (not .aviControlPlaneHAProvider) .apiServerPort }}
- name: port
value: {{ .apiServerPort }}
value: "{{ .apiServerPort }}"
{{- end }}
- name: vip_interface
value: {{ .vipNetworkInterface }}
Expand Down

0 comments on commit 2b144aa

Please # to comment.