From 4f671b3cae3f6c799acf99a3c240c93e77364140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 21 Apr 2024 13:53:14 +0200 Subject: [PATCH] fix --- share/gitea-tekton-org/auto-ci.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/gitea-tekton-org/auto-ci.tf b/share/gitea-tekton-org/auto-ci.tf index 19575b6..500abe6 100644 --- a/share/gitea-tekton-org/auto-ci.tf +++ b/share/gitea-tekton-org/auto-ci.tf @@ -57,7 +57,7 @@ resource "kubectl_manifest" "ci-trigger-push" { - apiVersion: tekton.dev/v1beta1 kind: PipelineRun metadata: - generateName: $(tt.params.gitrepositoryname)-push-$(tt.params.gitbranch)- + generateName: $(tt.params.project-name)-push-$(tt.params.branch-name)- annotations: "mayfly.cloud.namecheap.com/expire": "336h" # 2 weeks spec: