Skip to content

Commit

Permalink
Update csi.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gyuho authored Aug 7, 2019
1 parent 72435cb commit 3b052ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/csi/csi.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func CreateConfig(vpcID, prNum, githubAccount, githubBranch string) (cfg *ec2con
cfg.IngressRulesTCP = map[string]string{"22": "0.0.0.0/0"}
cfg.Plugins = []string{
"update-amazon-linux-2",
"install-go-1.11.4",
"install-go-1.12.7",
}
cfg.InstanceProfileFilePath, err = fileutil.WriteTempFile([]byte(policyDocument))
if err != nil {
Expand Down

0 comments on commit 3b052ed

Please sign in to comment.