move crowdsec to croe services [ci skip]
This commit is contained in:
parent
d9ff014c5e
commit
bba7ad4d63
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@ module "nginx-ingress" {
|
|||
|
||||
module "crowdsec" {
|
||||
source = "./crowdsec"
|
||||
tier = local.tiers.cluster
|
||||
tier = local.tiers.core
|
||||
for_each = contains(local.active_modules, "crowdsec") ? { crowdsec = true } : {}
|
||||
tls_secret_name = var.tls_secret_name
|
||||
homepage_username = var.homepage_credentials["crowdsec"]["username"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue