disable diun on mysql [ci skip]
This commit is contained in:
parent
01f35d1d55
commit
90e7c8ffff
2 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ resource "kubernetes_deployment" "mysql" {
|
|||
app = "mysql"
|
||||
}
|
||||
annotations = {
|
||||
"diun.enable" = "true"
|
||||
"diun.enable" = "false"
|
||||
"diun.include_tags" = "^\\d+(?:\\.\\d+)?(?:\\.\\d+)?$"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue