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 1b539b363a
commit 0c46368c11
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
3 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
}