fix
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
locals {
|
||||
authentik_url = "http://authentik.${var.domain}-auth.svc"
|
||||
authentik_token = data.kubernetes_secret_v1.authentik.data["AUTHENTIK_BOOTSTRAP_TOKEN"]
|
||||
directus-labels = merge(local.common-labels, {
|
||||
"app.kubernetes.io/component" = "directus"
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user