chore(values.schema): add noProxy option to proxy configuration

This commit is contained in:
Nawaz Dhandala
2025-10-24 17:48:29 +01:00
parent 3807aad63b
commit ee188dd050

View File

@@ -776,6 +776,9 @@
},
"httpsProxyUrl": {
"type": ["string", "null"]
},
"noProxy": {
"type": ["string", "null"]
}
},
"additionalProperties": false