Update kubeconform schema for BindTSIGKey clusterRef
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

Regenerates schemas/bind.unkin.net/bindtsigkey_v1alpha1.json from the
operator v0.1.3 CRDs so the new spec.clusterRef field validates.
This commit is contained in:
2026-07-04 00:09:05 +10:00
parent b67d873c66
commit b59ede1a1d
@@ -24,6 +24,9 @@
],
"type": "string"
},
"clusterRef": {
"type": "string"
},
"importExisting": {
"type": "boolean"
},