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
Signed-off-by: JoshVanL <[email protected]>
  • Loading branch information
JoshVanL committed Sep 11, 2018
1 parent 8a16f84 commit 650ca81
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 @@ -546,7 +546,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 650ca81

Please sign in to comment.