Skip to content

Commit 261fefa

Browse files
committed
Update helm docs with trustedAddresses type
1 parent 866dbde commit 261fefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/apisix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The command removes all the Kubernetes components associated with the chart and
128128
| apisix.status.ip | string | `"0.0.0.0"` | |
129129
| apisix.status.port | int | `7085` | |
130130
| apisix.stream_plugins | list | `[]` | Customize the list of APISIX stream_plugins to enable. By default, APISIX's [default stream_plugins](https://github.com/apache/apisix/blob/master/apisix/cli/config.lua#L294) are automatically used. |
131-
| apisix.trustedAddresses[0] | string | `"127.0.0.1"` | |
131+
| apisix.trustedAddresses | list | `["127.0.0.1"]` | When configured, APISIX will trust the `X-Forwarded-*` Headers passed in requests from the IP/CIDR in the list. |
132132
| apisix.vault.enabled | bool | `false` | Enable or disable the vault integration |
133133
| apisix.vault.host | string | `""` | The host address where the vault server is running. |
134134
| apisix.vault.prefix | string | `""` | Prefix allows you to better enforcement of policies. |

0 commit comments

Comments
 (0)