Skip to content

Commit 2953d05

Browse files
authored
Add patches field to kustomization.json (#1089)
1 parent d5f448f commit 2953d05

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/schemas/json/kustomization.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,13 @@
235235
"description": "Namespace to add to all objects",
236236
"type": "string"
237237
},
238+
"patches": {
239+
"description": "Apply a patch to multiple resources",
240+
"items": {
241+
"type": "string"
242+
},
243+
"type": "array"
244+
},
238245
"patchesJson6902": {
239246
"description": "JSONPatches is a list of JSONPatch for applying JSON patch. See http://jsonpatch.com",
240247
"items": {

0 commit comments

Comments
 (0)