Skip to content

Commit a983398

Browse files
authored
build: remove legacy kube-vip manifest (#1260)
**What problem does this PR solve?**: This ConfigMap is no longer needed after we removed the legacy handler in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/1144/files and #1062 **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent d2fd5c0 commit a983398

File tree

3 files changed

+0
-83
lines changed

3 files changed

+0
-83
lines changed

charts/cluster-api-runtime-extensions-nutanix/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ A Helm chart for cluster-api-runtime-extensions-nutanix
9696
| hooks.registrySyncer.defaultValueTemplateConfigMap.name | string | `"default-registry-syncer-helm-values-template"` | |
9797
| hooks.serviceLoadBalancer.metalLB.defaultValueTemplateConfigMap.create | bool | `true` | |
9898
| hooks.serviceLoadBalancer.metalLB.defaultValueTemplateConfigMap.name | string | `"default-metallb-helm-values-template"` | |
99-
| hooks.virtualIP.kubeVip.defaultTemplateConfigMap.create | bool | `true` | |
100-
| hooks.virtualIP.kubeVip.defaultTemplateConfigMap.name | string | `"default-kube-vip-template"` | |
10199
| image.pullPolicy | string | `"IfNotPresent"` | |
102100
| image.repository | string | `"ghcr.io/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix"` | |
103101
| image.tag | string | `""` | |

charts/cluster-api-runtime-extensions-nutanix/templates/virtual-ip/kube-vip/manifests/kube-vip-configmap.yaml

Lines changed: 0 additions & 76 deletions
This file was deleted.

charts/cluster-api-runtime-extensions-nutanix/values.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ hooks:
101101
defaultValueTemplateConfigMap:
102102
create: true
103103
name: default-metallb-helm-values-template
104-
virtualIP:
105-
kubeVip:
106-
defaultTemplateConfigMap:
107-
create: true
108-
name: default-kube-vip-template
109104
cosi:
110105
controller:
111106
helmAddonStrategy:

0 commit comments

Comments
 (0)