From a853b223f8b35d66cef12ce0df00f00c6789a5b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 21 Apr 2024 14:45:43 +0200 Subject: [PATCH] fix --- share/organisation/ci-space.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/organisation/ci-space.tf b/share/organisation/ci-space.tf index 3f76bae..824e3a1 100644 --- a/share/organisation/ci-space.tf +++ b/share/organisation/ci-space.tf @@ -71,7 +71,7 @@ resource "gitea_public_key" "ci-user-keys" { resource "gitea_token" "ci-user-token" { count = var.haveGitea && var.haveTekton?1:0 username = gitea_user.user-ci[0].username - name = "tekton" + name = "tekton-${var.instance}-${var.component}" } resource "kubernetes_secret_v1" "ci-user-token-secret" {