Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1847 from jorge07/fix-data-type
Browse files Browse the repository at this point in the history
Fix DisableContainerLinuxAutomaticUpdates data type
  • Loading branch information
dominicgunn authored May 4, 2020
2 parents c59afae + dcd227b commit e44467f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/cluster.go
Original file line number Diff line number Diff line change
@@ -465,7 +465,7 @@ type DeploymentSettings struct {
CloudFormation CloudFormation `yaml:"cloudformation,omitempty"`
ClusterName string `yaml:"clusterName,omitempty"`
S3URI string `yaml:"s3URI,omitempty"`
DisableContainerLinuxAutomaticUpdates string `yaml:"disableContainerLinuxAutomaticUpdates,omitempty"`
DisableContainerLinuxAutomaticUpdates bool `yaml:"disableContainerLinuxAutomaticUpdates,omitempty"`
KeyName string `yaml:"keyName,omitempty"`
Region Region `yaml:",inline"`
AvailabilityZone string `yaml:"availabilityZone,omitempty"`

0 comments on commit e44467f

Please sign in to comment.