add diun to monitor for docker updates throughout the cluster [ci skip]

This commit is contained in:
Viktor Barzin 2024-08-13 18:44:00 +00:00
parent 79221a0b24
commit 5dc2450bb2
2 changed files with 125 additions and 0 deletions

View file

@ -465,3 +465,8 @@ module "cyberchef" {
source = "./cyberchef"
tls_secret_name = var.tls_secret_name
}
module "diun" {
source = "./diun"
tls_secret_name = var.tls_secret_name
}