From 39d6e1fb420499bccabb3df8fc0fd96fbb1b7d14 Mon Sep 17 00:00:00 2001 From: Vicente Ferrara <47219931+vicentefb@users.noreply.github.com> Date: Thu, 9 May 2024 15:42:37 -0700 Subject: [PATCH] disable FeatureAutopilotPassthroughPort dev feature (#3815) --- install/helm/agones/defaultfeaturegates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/helm/agones/defaultfeaturegates.yaml b/install/helm/agones/defaultfeaturegates.yaml index 6ec8b01c29..e78863c81a 100644 --- a/install/helm/agones/defaultfeaturegates.yaml +++ b/install/helm/agones/defaultfeaturegates.yaml @@ -26,7 +26,7 @@ RollingUpdateFix: false PortRanges: false # Dev features -FeatureAutopilotPassthroughPort: true +FeatureAutopilotPassthroughPort: false # Example feature Example: false