We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdbbd7 commit 95aa0e4Copy full SHA for 95aa0e4
1 file changed
scripts/validate-1-0-fixtures.sh
@@ -2,5 +2,7 @@
2
set -eu
3
4
echo "1.0 fixtures: validate representative gateway config set"
5
-cargo run -- --validate-config --config examples/gateway-1-0
+# Gateway fixtures use placeholder /srv roots and upstreams. Keep this as a
6
+# static config check; deployment preflight uses --validate-config.
7
+cargo run -- --check-config --config examples/gateway-1-0
8
echo "1.0 fixtures: ok"
0 commit comments