From f7d21d9330847aa008d6282fe061a4d8e75b3bd8 Mon Sep 17 00:00:00 2001 From: Kevin Scholz Date: Mon, 11 Jul 2022 03:59:47 +0200 Subject: [PATCH] Fix example Helm chart values to enable custom http errors (#8558) --- .../custom-errors/custom-default-backend.helm.values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples/customization/custom-errors/custom-default-backend.helm.values.yaml b/docs/examples/customization/custom-errors/custom-default-backend.helm.values.yaml index 52ddb24a9..2cf866c11 100644 --- a/docs/examples/customization/custom-errors/custom-default-backend.helm.values.yaml +++ b/docs/examples/customization/custom-errors/custom-default-backend.helm.values.yaml @@ -1,5 +1,6 @@ controller: - custom-http-errors: "404,503" + config: + custom-http-errors: "404,503" defaultBackend: enabled: true image: