Skip to content

Commit

Permalink
fix kind image
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <[email protected]>
  • Loading branch information
msherif1234 committed Oct 2, 2023
1 parent a5302fb commit 9f1ddd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/cluster/kind.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ func NewKind(kindClusterName, baseDir string, options ...Option) *Kind {
func (k *Kind) Run(m *testing.M) {
envFuncs := []env.Func{
envfuncs.CreateClusterWithConfig(kind.NewProvider(), k.clusterName,
kindImage,
path.Join(packageDir(), "base", "00-kind.yml")),
path.Join(packageDir(), "base", "00-kind.yml"),
kind.WithImage(kindImage)),
k.loadLocalImage(),
}
// Deploy base cluster dependencies and wait for readiness (if needed)
Expand Down

0 comments on commit 9f1ddd2

Please sign in to comment.