From 64f400f6bde7f110f4563a3d991d3bf740da0c6b Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Fri, 13 Dec 2024 15:03:31 +0100 Subject: [PATCH] update cluster setup --- setup/catalogs/infra/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/catalogs/infra/cluster.yaml b/setup/catalogs/infra/cluster.yaml index c8026f21..a6ad8f19 100644 --- a/setup/catalogs/infra/cluster.yaml +++ b/setup/catalogs/infra/cluster.yaml @@ -12,7 +12,7 @@ spec: folder: catalogs/infra/cluster templates: - source: stack.yaml - destination: "services/infra/clusters/{{ context.cloud }}/stacks{{ context.name }}.yaml" + destination: "services/infra/clusters/{{ context.cloud }}/stacks/{{ context.name }}.yaml" external: true - source: cluster.yaml destination: "services/infra/clusters/{{ context.cloud }}/{{ context.name }}.yaml"