From f6961b5e3a71768c2d334f370a0e6c61a6b75634 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Wed, 18 Oct 2023 14:47:36 +0200 Subject: [PATCH] fix: Update kustomization template with correct paths --- .../bootstrap/templates/kustomization.nodepool.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: |-