Skip to content

Commit bf6bae6

Browse files
faiqdkoshkin
andauthored
fix: comment on field
Co-authored-by: Dimitri Koshkin <[email protected]>
1 parent bd11976 commit bf6bae6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/v1alpha1/aws_node_types.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ type AWSWorkerNodeSpec struct {
3030
// +kubebuilder:validation:MinLength=1
3131
// +kubebuilder:validation:MaxLength=128
3232
FailureDomain string `json:"failureDomain,omitempty"`
33-
// The IAM instance profile to use for the cluster Machines.
33+
34+
// The IAM instance profile to use for the cluster Machines.
3435
// +kubebuilder:validation:Optional
3536
// +kubebuilder:default=nodes.cluster-api-provider-aws.sigs.k8s.io
3637
// +kubebuilder:validation:MinLength=1

0 commit comments

Comments
 (0)