Skip to content

Commit 4091744

Browse files
committed
feat(targets): allow cluster-wide pod chaos
Signed-off-by: Alvaro Gutierrez <[email protected]> Signed-off-by: Alvaro Gutierrez <[email protected]>
1 parent e7f9ae6 commit 4091744

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

controllers/chaosengine_controller.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -645,10 +645,6 @@ func getTargets(engine *chaosTypes.EngineInfo) string {
645645
return strings.Join(targets, ";")
646646
}
647647

648-
if engine.AppInfo.Appns == "" {
649-
engine.AppInfo.Appns = engine.Instance.Namespace
650-
}
651-
652648
if engine.AppInfo.AppKind == "" {
653649
engine.AppInfo.AppKind = "KIND"
654650
}

0 commit comments

Comments
 (0)