This commit is contained in:
2023-10-20 13:04:29 +02:00
parent 0a835d7e29
commit 463a74fdb3
2 changed files with 123 additions and 119 deletions

View File

@@ -107,6 +107,10 @@ locals {
}]:[], var.auth.enable&&lookup(lookup(merge(var.auth,local.added-auth), "authentik",{}),"enable",false)?[{
"name" = "authentik-authentik-redis"
"namespace" = "${var.namespace}-auth"
"secret" = {
"name" = "authentik"
"key" = "AUTHENTIK_REDIS__PASSWORD"
}
}]:[], var.erp.enable&&var.erp.dolibarr.enable?[{
"name" = "dolibarr-dolibarr-redis"
"namespace" = "${var.namespace}-erp"