diff --git a/stacks/onlyoffice/main.tf b/stacks/onlyoffice/main.tf index 0b55d1a1..7e5c090d 100644 --- a/stacks/onlyoffice/main.tf +++ b/stacks/onlyoffice/main.tf @@ -11,7 +11,8 @@ resource "kubernetes_namespace" "onlyoffice" { name = "onlyoffice" labels = { "istio-injection" : "disabled" - tier = local.tiers.edge + tier = local.tiers.edge + "goldilocks.fairwinds.com/vpa-update-mode" = "off" } } }