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

Fixing windows node overlay template apply #778

Merged
merged 1 commit into from
Oct 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ spec:
server: #@ data.values.VSPHERE_SERVER
template: #@ data.values.VSPHERE_TEMPLATE





#@overlay/match by=overlay.subset({"kind": "VSphereMachineTemplate", "metadata":{"name": "${ CLUSTER_NAME }-worker"}})
---
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3
Expand Down Expand Up @@ -400,7 +396,6 @@ metadata:
stringData:
username: #@ data.values.VSPHERE_USERNAME
password: #@ data.values.VSPHERE_PASSWORD
#@ end
---
apiVersion: addons.cluster.x-k8s.io/v1alpha3
kind: ClusterResourceSet
Expand Down Expand Up @@ -512,4 +507,5 @@ data:
app: kube-proxy
name: kube-proxy-windows
namespace: kube-system
---
---
#@ end