Skip to content

Commit

Permalink
Update hcloudmachine_types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayanta66 committed Feb 19, 2024
1 parent 47ad4fa commit ebe6f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/hcloudmachine_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type HCloudMachineSpec struct {
// +kubebuilder:validation:MinLength=1
ImageName string `json:"imageName"`

// Define Machine specific SSH keys, and override cluster-wide SSH keys.
// SSHKeys define Machine specific SSH keys, and override cluster-wide SSH keys.
// +optional
SSHKeys []SSHKey `json:"sshKeys,omitempty"`

Expand Down

0 comments on commit ebe6f69

Please sign in to comment.