diff --git a/cmd/kubehound/dev.go b/cmd/kubehound/dev.go index e2cedcce1..c5c59d7e2 100644 --- a/cmd/kubehound/dev.go +++ b/cmd/kubehound/dev.go @@ -59,7 +59,7 @@ var ( ) func runEnv(ctx context.Context, composePaths []string) error { - if uiTesting || downTesting { + if uiTesting { profiles = append(profiles, backend.DevUIProfile) }