chore(permissions): Adding minimal permissions in all experiments (#423)

* chore(permissions): Adding minimal permissions in all experimenys

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>

* fix(script): convert combine experiments code to binary

Signed-off-by: shubhamchaudhary <shubham@chaosnative.com>
This commit is contained in:
Shubham Chaudhary
2021-03-11 12:59:52 +05:30
committed by GitHub
parent df11ea13fe
commit 7b7cba0f70
47 changed files with 193 additions and 49 deletions

View File

@@ -17,7 +17,7 @@ versionmaker:
.PHONY: combineExpCR
combineExpCR:
@echo "--------Combining Experiments CR-------"
go run ./scripts/combine-all-crs.go
./scripts/combine-experiments
.PHONY: push
push: