This commit is contained in:
2023-11-28 12:46:26 +01:00
parent f68203ea2f
commit a9ec93f1f9
3 changed files with 192 additions and 193 deletions

View File

@@ -35,14 +35,6 @@ locals {
# length: "32"
# EOF
# }
data "kubernetes_secret_v1" "gitea_ldap_password" {
#depends_on = [kubectl_manifest.gitea_ldap]
metadata {
name = kubectl_manifest.gitea_ldap.name
namespace = var.namespace
}
}
# resource "authentik_user" "gitea_ldapsearch" {
# username = "${var.component}-ldapsearch"
# name = "${var.component}-ldapsearch"