Skip to content

Commit

Permalink
(fix) ignore application UUID for infra chaos (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: ksatchit <[email protected]>
  • Loading branch information
Karthik Satchitanand authored Feb 14, 2020
1 parent 0f0801b commit 20c64f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func getExporterSpecs() (controller.ExporterSpec, error) {
chaosEngine := os.Getenv("CHAOSENGINE")

// Validate availability of mandatory ENV
if chaosEngine == "" || applicationUUID == "" {
if chaosEngine == "" {
return controller.ExporterSpec{}, fmt.Errorf("please specify correct APP_UUID & CHAOSENGINE ENVs")
}

Expand Down

0 comments on commit 20c64f3

Please sign in to comment.