reduce drone interval check and add the additional email aliases inclusion

This commit is contained in:
viktorbarzin 2021-04-08 19:20:46 +01:00
parent 90a43e99f5
commit 12a3a33ba3
No known key found for this signature in database
GPG key ID: 0EB088298288D958
5 changed files with 16 additions and 5 deletions

View file

@ -105,6 +105,10 @@ resource "kubernetes_deployment" "drone_server" {
name = "DRONE_USER_FILTER"
value = var.allowed_users
}
env {
name = "DRONE_CRON_INTERVAL"
value = "1m"
}
}
volume {