Skip to content

Commit b4e2c5d

Browse files
committed
fix: docs
Signed-off-by: Ashing Zheng <axingfly@gmail.com>
1 parent faa272e commit b4e2c5d

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
@@ -183,7 +183,7 @@ The command removes all the Kubernetes components associated with the chart and
183183
| image.repository | string | `"apache/apisix"` | Apache APISIX image repository |
184184
| image.tag | string | `"3.13.0-ubuntu"` | Apache APISIX image tag Overrides the image tag whose default is the chart appVersion. |
185185
| ingress | object | `{"annotations":{},"enabled":false,"hosts":[{"host":"apisix.local","paths":[]}],"servicePort":null,"tls":[]}` | Using ingress access Apache APISIX service |
186-
| ingress-controller | object | `{"enabled":false}` | Ingress controller configuration |
186+
| ingress-controller | object | `{"enabled":false,"gatewayProxy":{"createDefault":true}}` | Ingress controller configuration |
187187
| ingress.annotations | object | `{}` | Ingress annotations |
188188
| ingress.servicePort | number | `nil` | Service port to send traffic. Defaults to `service.http.servicePort`. |
189189
| initContainer.image | string | `"busybox"` | Init container image |

0 commit comments

Comments
 (0)