Skip to content

Commit

Permalink
feat: corrected path
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham2g committed Jan 30, 2025
1 parent a6876d3 commit 158056a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apptests/appscenarios/traefik.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ func (t traefik) install(ctx context.Context, env *environment.Env, appPath stri
}

// Apply defaults for gateway-api-crds
gatewayDefaultsPath := filepath.Join(gatewayCRDsPath, "defaults")
fmt.Println("default path", gatewayDefaultsPath)
fmt.Println("crd path", gatewayCRDsPath)
err = env.ApplyKustomizations(ctx, gatewayDefaultsPath, map[string]string{
err = env.ApplyKustomizations(ctx, gatewayCRDsPath, map[string]string{
"releaseNamespace": kommanderNamespace,
})
if err != nil {
Expand Down

0 comments on commit 158056a

Please sign in to comment.