Don't allow booleans for root proxy config

Setting it to a false or true doesn't affect the config so shouldn't be
allowed. true/false are for role level configurations.

Fixes: https://github.com/basecamp/kamal/issues/1120
This commit is contained in:
Donal McBreen
2025-04-18 14:10:00 +01:00
parent e4e39c31e3
commit 8d5ed62d30
4 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
service: app
image: dhh/app
servers:
workers:
proxy: false
hosts:
- 1.1.1.1
- 1.1.1.2
primary_role: workers
registry:
username: user
password: pw
builder:
arch: amd64