Fix diun include tags variable

This fixes a configuration bug causing diun to include all tags by default.
This commit is contained in:
IamTheFij 2023-11-16 12:22:44 -08:00
parent 891cfa7b2d
commit d6f9c2a7e4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module "diun" {
DIUN_PROVIDERS_NOMAD_WATCHBYDEFAULT = true
DIUN_DEFAULTS_WATCHREPO = true
DIUN_DEFAULTS_SORTTAGS = "semver"
DIUN_DEFAUTLS_INCLUDETAGS = "^\\d+(\\.\\d+){0,2}$"
DIUN_DEFAULTS_INCLUDETAGS = "^\\d+(\\.\\d+){0,2}$"
# Nomad API
# TODO: Use socket in $NOMAD_SECRETS_DIR/api.sock when we can assign workload ACLs with Terraform to