[Cherry pick for 1.2.2] (#59)
* (fix) Added name of the runner Pod in ChaosEngine Events (#56)
Signed-off-by: Rahul M Chheda <[email protected]>
* (feat) Added support for AdminMode (#45)
* (feat) Added support for AdminMode
- Replaced EngineDetails.AppNamespace to EngineDetails.EngineNamespace
- Added logic to check for resources in chaosEngine namespace
- Only job will be created in AppNamespace (experiment.Namespace)
- Synced the experiment.Namespace = engineDetails.EngineNamespace, when AdminMode is true
- Added OS ENV as ENGINE_NAMESPACE passed from operator, into engineDetails struct
* Sycned experiment.Namespace and engineDetails.EngineNamespace
Signed-off-by: Rahul M Chheda <[email protected]>
* refcator(chaos_ns): Rename Engine_NAMESPACE to CHAOS_NAMESPACE (#57)
Signed-off-by: shubhamchaudhary <[email protected]>
Co-authored-by: Shubham Chaudhary <[email protected]>