Skip to content

Commit

Permalink
Update proxmoxmachine_types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pborn-ionos authored Feb 5, 2025
1 parent b758aba commit f7b3d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/proxmoxmachine_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit f7b3d89

Please sign in to comment.