diff --git a/charts/nginx-ingress/values.schema.json b/charts/nginx-ingress/values.schema.json index bd798f057..f3bdacde9 100644 --- a/charts/nginx-ingress/values.schema.json +++ b/charts/nginx-ingress/values.schema.json @@ -1042,14 +1042,14 @@ } ] }, - "globalConfigurationCustomName": { - "type": "string", - "default": "", - "title": "The globalConfigurationCustomName", - "examples": [ - "the-namespace/the-name-of-the-global-configuration-custom-resource" - ] - }, + "globalConfigurationCustomName": { + "type": "string", + "default": "", + "title": "The globalConfigurationCustomName", + "examples": [ + "the-namespace/the-name-of-the-global-configuration-custom-resource" + ] + }, "enableSnippets": { "type": "boolean", "default": false,