Skip to content

Commit 7b07285

Browse files
committed
Update values schema with fetchConfig structure
1 parent 0289aa7 commit 7b07285

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

hack/charts/cluster-api-operator/values.schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@
4242
{ "type": "object" },
4343
{ "type": "null" }
4444
]
45+
},
46+
"fetchConfig": {
47+
"type": "object",
48+
"additionalProperties": {
49+
"type": "object",
50+
"properties": {
51+
"oci": { "type": "string" },
52+
"selector": { "type": "object" },
53+
"url": { "type": "string" }
54+
},
55+
"additionalProperties": false
56+
}
4557
}
4658
}
4759
}

0 commit comments

Comments
 (0)