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 d5f448f commit 2953d05Copy full SHA for 2953d05
1 file changed
src/schemas/json/kustomization.json
@@ -235,6 +235,13 @@
235
"description": "Namespace to add to all objects",
236
"type": "string"
237
},
238
+ "patches": {
239
+ "description": "Apply a patch to multiple resources",
240
+ "items": {
241
+ "type": "string"
242
+ },
243
+ "type": "array"
244
245
"patchesJson6902": {
246
"description": "JSONPatches is a list of JSONPatch for applying JSON patch. See http://jsonpatch.com",
247
"items": {
0 commit comments