fix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user