Skip to content

Commit

Permalink
fix: be able to use custom image name (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatur authored and jlevesy committed Mar 18, 2019
1 parent 6396f2c commit 3c00f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func runCreate(cmd *cobra.Command, args []string) {
NetworkName: networkName,
ClusterName: clusterName,
PortBindings: portsMapping,
ImageName: nodeImageName,
}

cluster, err := sind.CreateCluster(ctx, clusterParams)
Expand Down

0 comments on commit 3c00f46

Please sign in to comment.