diff --git a/ansible/roles/firstboot/files/ansible_payload/bootstrap/templates/kustomization.nodepool.j2 b/ansible/roles/firstboot/files/ansible_payload/bootstrap/templates/kustomization.nodepool.j2 index 6203098..fc17efc 100644 --- a/ansible/roles/firstboot/files/ansible_payload/bootstrap/templates/kustomization.nodepool.j2 +++ b/ansible/roles/firstboot/files/ansible_payload/bootstrap/templates/kustomization.nodepool.j2 @@ -1,9 +1,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- manifests/kubeadmconfigtemplate-{{ _template.cluster.name }}-worker.yaml -- manifests/machinedeployment-{{ _template.cluster.name }}-worker.yaml -- manifests/vspheremachinetemplate-{{ _template.cluster.name }}-worker.yaml +- downstream-cluster/kubeadmconfigtemplate-{{ _template.cluster.name }}-worker.yaml +- downstream-cluster/machinedeployment-{{ _template.cluster.name }}-worker.yaml +- downstream-cluster/vspheremachinetemplate-{{ _template.cluster.name }}-worker.yaml patches: - patch: |-