Chore(stress-chaos): Add stress chaos charts (#475)
Signed-off-by: udit <udit@chaosnative.com> Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io>
This commit is contained in:
@@ -50,7 +50,7 @@ func main() {
|
||||
|
||||
CRName, err := GetCRName(subdirectory + "/experiment.yaml")
|
||||
if err != nil || CRName == "" {
|
||||
log.Fatalf("unable to extract the CR name, err: %v", err)
|
||||
log.Fatalf("unable to extract the CR name for %v file, err: %v", subdirectory+"/experiment.yaml", err)
|
||||
}
|
||||
|
||||
if !Contains(CRName, CRNames) {
|
||||
|
Reference in New Issue
Block a user