From f7b3d89ae96b4a58a4c1c6d7121eb2ba77f555d6 Mon Sep 17 00:00:00 2001 From: Philipp Born <98814235+pborn-ionos@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:52:10 +0100 Subject: [PATCH] Update proxmoxmachine_types.go --- api/v1alpha1/proxmoxmachine_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1alpha1/proxmoxmachine_types.go b/api/v1alpha1/proxmoxmachine_types.go index 0007876f..c58b7afb 100644 --- a/api/v1alpha1/proxmoxmachine_types.go +++ b/api/v1alpha1/proxmoxmachine_types.go @@ -228,7 +228,7 @@ type TemplateSelector struct { // Specifies all tags to look for, when looking up the VM template. // Passed tags must be an exact 1:1 match with the tags on the template you want to use. // If multiple VM templates with the same set of tags are found, provisioning will fail. - // + // // +kubebuilder:validation:MinItems=1 MatchTags []string `json:"matchTags"` }