From 9765e1cfbe1c5d4933319460665c265f6197f437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Sun, 21 Apr 2024 15:37:32 +0200 Subject: [PATCH] fix --- share/organisation/ci-space.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/share/organisation/ci-space.tf b/share/organisation/ci-space.tf index ea6dde1..ddf925e 100644 --- a/share/organisation/ci-space.tf +++ b/share/organisation/ci-space.tf @@ -85,6 +85,7 @@ resource "kubernetes_secret_v1" "ci-user-token-secret" { url = "gitea-http.${var.domain}-ci.svc:3000" username = gitea_user.user-ci[0].username token = resource.gitea_token.ci-user-token[0].token + password = random_password.password.result } }