fix
This commit is contained in:
@@ -108,7 +108,7 @@ resource "kubectl_manifest" "ci-kustomization" {
|
|||||||
interval: 5m
|
interval: 5m
|
||||||
path: ./stages/${local.sorted-stages[count.index].name}/deploy
|
path: ./stages/${local.sorted-stages[count.index].name}/deploy
|
||||||
prune: true
|
prune: true
|
||||||
targetNamespace: "${var.namespace}"
|
targetNamespace: "${local.sorted-stages[count.index].namespace}"
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: GitRepository
|
kind: GitRepository
|
||||||
name: "deploy-git"
|
name: "deploy-git"
|
||||||
|
|||||||
Reference in New Issue
Block a user