fix
This commit is contained in:
@@ -7,7 +7,8 @@ resource "kubectl_manifest" "config" {
|
||||
namespace: "${var.namespace}"
|
||||
labels: ${jsonencode(local.common-labels)}
|
||||
data:
|
||||
INVITE_ONLY_SIGNUP: ""
|
||||
INVITE_ONLY_SIGNUP: "true"
|
||||
TELEMETRY_ENABLED: "false"
|
||||
REDIS_URL: "${module.redis.url}"
|
||||
SITE_URL: "https://${local.dns_name}"
|
||||
SMTP_FROM_ADDRESS: ""
|
||||
|
||||
Reference in New Issue
Block a user