Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Fixed amazon verification string matching
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshVanL committed Jun 25, 2018
1 parent c3c73de commit d495954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tarmak/provider/amazon/amazon.go
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ func (a *Amazon) VerifyInstanceTypes(instancePools []interfaces.InstancePool) er
result = multierror.Append(result, err)
}

switch instance.InstanceType() {
switch instance.Role().Name() {

case clusterv1alpha1.InstancePoolTypeMaster:
found := false
Expand Down

0 comments on commit d495954

Please sign in to comment.