We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610f49e commit 3969d8bCopy full SHA for 3969d8b
charts/nginx-ingress/values.schema.json
@@ -972,14 +972,14 @@
972
false
973
]
974
},
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
- },
+ "customName": {
+ "type": "string",
+ "default": "",
+ "title": "The customName Schema",
+ "examples": [
+ "the-namespace/the-name-of-the-global-configuration-custom-resource"
+ ]
+ },
983
"spec": {
984
"type": "object",
985
"default": {},
0 commit comments