helm: document admin.allowInsecureBind and drop stale comment

- README and values.yaml now describe the allowInsecureBind escape
  hatch alongside the non-loopback bind guard
- remove a PR reference from the CI test comment
This commit is contained in:
Chris Lu
2026-09-20 12:28:53 -07:00
committed by Chris Lu
parent 062238bb5c
commit 44ba070d83
4 changed files with 14 additions and 16 deletions
-3
View File
@@ -118,9 +118,6 @@ jobs:
echo ""
echo "=== Testing admin.allowInsecureBind satisfies the admin auth render guard ==="
# admin.ip defaults to 0.0.0.0 (non-loopback), which weed admin 4.46
# refuses to bind without authentication (see PR #11228 for the
# -allowInsecureBind opt-out this flag maps to).
helm template test $CHART_DIR --set admin.enabled=true --set admin.allowInsecureBind=true \
> /tmp/admin-allow-insecure-bind.yaml
grep -q -- "-allowInsecureBind" /tmp/admin-allow-insecure-bind.yaml