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:
Udit Gaurav
2021-06-16 03:32:25 +05:30
committed by GitHub
parent 2c87b79afb
commit 00570a79dc
25 changed files with 511 additions and 217 deletions

View File

@@ -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) {