Skip to content

Commit 3969d8b

Browse files
committed
Fix values.schema.json format
1 parent 610f49e commit 3969d8b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

charts/nginx-ingress/values.schema.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -972,14 +972,14 @@
972972
false
973973
]
974974
},
975-
"customName": {
976-
"type": "string",
977-
"default": "",
978-
"title": "The customName Schema",
979-
"examples": [
980-
"the-namespace/the-name-of-the-global-configuration-custom-resource"
981-
]
982-
},
975+
"customName": {
976+
"type": "string",
977+
"default": "",
978+
"title": "The customName Schema",
979+
"examples": [
980+
"the-namespace/the-name-of-the-global-configuration-custom-resource"
981+
]
982+
},
983983
"spec": {
984984
"type": "object",
985985
"default": {},

0 commit comments

Comments
 (0)