This commit is contained in:
2024-04-25 11:12:57 +02:00
parent 8da441e52f
commit 2326289a0d

View File

@@ -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"