From 39e2c4f848b4a32248f894a8832613e4e0e28e32 Mon Sep 17 00:00:00 2001 From: Mike Moore Date: Thu, 19 Dec 2024 12:14:00 -0700 Subject: [PATCH] Trying the new method for setting proxy boot config. --- test/integration/main_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/main_test.rb b/test/integration/main_test.rb index ce32e6404..c72c14dc8 100644 --- a/test/integration/main_test.rb +++ b/test/integration/main_test.rb @@ -90,7 +90,7 @@ class MainTest < IntegrationTest test "setup and remove" do @app = "app_with_roles" - kamal :proxy, :set_config, + kamal :proxy, :boot_config, "set", "--publish=false", "--options=label=traefik.http.services.kamal_proxy.loadbalancer.server.scheme=http", "label=traefik.http.routers.kamal_proxy.rule=PathPrefix\\\(\\\`/\\\`\\\)",