diff --git a/share/organisation/stages.tf b/share/organisation/stages.tf index f51130d..f33aa0a 100644 --- a/share/organisation/stages.tf +++ b/share/organisation/stages.tf @@ -111,7 +111,7 @@ resource "kubectl_manifest" "ci-kustomization" { targetNamespace: "${var.namespace}" sourceRef: kind: GitRepository - name: "${var.instance}-${var.component}-ci" + name: "deploy-git" timeout: 1m EOF }