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 } }