From 2326289a0dd686f6d0b4a70a16109f12f6e2cf82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Thu, 25 Apr 2024 11:12:57 +0200 Subject: [PATCH] fix --- share/organisation/stages.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/organisation/stages.tf b/share/organisation/stages.tf index f33aa0a..48cd751 100644 --- a/share/organisation/stages.tf +++ b/share/organisation/stages.tf @@ -108,7 +108,7 @@ resource "kubectl_manifest" "ci-kustomization" { interval: 5m path: ./stages/${local.sorted-stages[count.index].name}/deploy prune: true - targetNamespace: "${var.namespace}" + targetNamespace: "${local.sorted-stages[count.index].namespace}" sourceRef: kind: GitRepository name: "deploy-git"