This commit is contained in:
2024-04-25 12:04:36 +02:00
parent ef2206611e
commit 4afaad9fb8
3 changed files with 11 additions and 0 deletions

View File

@@ -7,6 +7,13 @@ locals {
ci-user-password = random_password.password.result
}
data "kubernetes_secret_v1" "gitea-cert" {
metadata {
name = "gitea-cert"
namespace = "${var.domain}-ci"
}
}
data "kubernetes_secret_v1" "gitea" {
metadata {
name = "gitea-admin-user"