From c101610a864f3f6f4a0bc72197fa67fb3276ed33 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 5 Sep 2024 10:00:49 -0700 Subject: [PATCH] typo --- charts/nginx-gateway-fabric/values.schema.json | 2 ++ charts/nginx-gateway-fabric/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/nginx-gateway-fabric/values.schema.json b/charts/nginx-gateway-fabric/values.schema.json index e79cbf7853..10070d86c9 100644 --- a/charts/nginx-gateway-fabric/values.schema.json +++ b/charts/nginx-gateway-fabric/values.schema.json @@ -90,9 +90,11 @@ "items": { "properties": { "key": { + "pattern": "^([^\"$\\\\]|\\\\[^$])*$", "type": "string" }, "value": { + "pattern": "^([^\"$\\\\]|\\\\[^$])*$", "type": "string" } } diff --git a/charts/nginx-gateway-fabric/values.yaml b/charts/nginx-gateway-fabric/values.yaml index 4f7a70ca4a..d9177df929 100644 --- a/charts/nginx-gateway-fabric/values.yaml +++ b/charts/nginx-gateway-fabric/values.yaml @@ -170,12 +170,12 @@ nginx: # properties: # key: # type: string - # patern: ^([^"$\\]|\\[^$])*$ + # pattern: ^([^"$\\]|\\[^$])*$ # minLength: 1 # maxLength: 255 # value: # type: string - # patern: ^([^"$\\]|\\[^$])*$ + # pattern: ^([^"$\\]|\\[^$])*$ # minLength: 1 # maxLength: 255 # @schema