reduce drone interval check and add the additional email aliases inclusion
This commit is contained in:
parent
ecd7629884
commit
f01a57f126
4 changed files with 16 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue