From ab14a966e0d6e595322958b6cd3a3b3954078a7e Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Fri, 20 Oct 2023 14:49:29 +0200 Subject: [PATCH] fix: Incorrect path to cluster api provider manifests --- .../bootstrap/roles/workloadcluster/tasks/clusterapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/workloadcluster/tasks/clusterapi.yml b/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/workloadcluster/tasks/clusterapi.yml index ce4705c..2f6c301 100644 --- a/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/workloadcluster/tasks/clusterapi.yml +++ b/ansible/roles/firstboot/files/ansible_payload/bootstrap/roles/workloadcluster/tasks/clusterapi.yml @@ -274,7 +274,7 @@ namespace: default repository: url: https://git.{{ vapp['metacluster.fqdn'] }}/mc/GitOps.ClusterAPI.git - path: manifests + path: downstream-cluster revision: main notify: - Apply manifests