Skip to content

Commit

Permalink
Merge pull request #1998 from richardcase/eks-type-fix
Browse files Browse the repository at this point in the history
🌱 fix: incorrect capitalization for eks field
  • Loading branch information
k8s-ci-robot authored Oct 1, 2020
2 parents b6abc66 + f1f45b6 commit f188e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/clusterawsadm/api/bootstrap/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ type EKSConfig struct {
// the EKS control plane. This is the default role that will be used if
// no role is included in the spec and automatic creation of the role
// isn't enabled
DefaultControlPlaneRole AWSIAMRoleSpec `json:"DefaultControlPlaneRole,omitempty"`
DefaultControlPlaneRole AWSIAMRoleSpec `json:"defaultControlPlaneRole,omitempty"`
}

// ClusterAPIControllers controls the configuration of the AWS IAM role for
Expand Down

0 comments on commit f188e83

Please sign in to comment.