Skip to content

Commit

Permalink
change AMIType default to AL2023_ARM_64_STANDARD
Browse files Browse the repository at this point in the history
  • Loading branch information
pavansokkenagaraj committed Nov 4, 2024
1 parent f83effd commit c1f53df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/api/v1beta1/awsmanagedmachinepool_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ type AWSManagedMachinePoolSpec struct {

// AMIType defines the AMI type
// +kubebuilder:validation:Enum:=AL2_x86_64;AL2_x86_64_GPU;AL2_ARM_64;AL2023_x86_64_STANDARD;AL2023_ARM_64_STANDARD
// +kubebuilder:default:=AL2_x86_64
// +kubebuilder:default:=AL2023_ARM_64_STANDARD
// +optional
AMIType *ManagedMachineAMIType `json:"amiType,omitempty"`

Expand Down

0 comments on commit c1f53df

Please sign in to comment.