fix
This commit is contained in:
@@ -80,9 +80,9 @@ resource "kubernetes_secret" "ci-docker-config" {
|
||||
auths = {
|
||||
"${data.kubernetes_ingress_v1.gitea.spec[0].rule[0].host}" = {
|
||||
"username" = gitea_user.user-ci[0].username
|
||||
"password" = random_password.password.result
|
||||
"password" = local.ci-user-password
|
||||
"email" = "auto-ci@${data.kubernetes_ingress_v1.gitea.spec[0].rule[0].host}"
|
||||
"auth" = base64encode("${gitea_user.user-ci[0].username}:${random_password.password.result}")
|
||||
"auth" = base64encode("${gitea_user.user-ci[0].username}:${local.ci-user-password}")
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user