Skip to content

Commit

Permalink
Apply tagList to the ebs volume
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed Jan 17, 2019
1 parent 570aab6 commit 4bd70ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/actuators/machine/instances.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func launchInstance(machine *clusterv1.Machine, machineProviderConfig *providerc
}
tagVolume := &ec2.TagSpecification{
ResourceType: aws.String("volume"),
Tags: []*ec2.Tag{{Key: aws.String("clusterid"), Value: aws.String(clusterID)}},
Tags: tagList,
}

userDataEnc := base64.StdEncoding.EncodeToString(userData)
Expand Down

0 comments on commit 4bd70ed

Please sign in to comment.