| commit | a71b152d04e8e390f226bdc39a77fef5406a7ab7 | [log] [tgz] |
|---|---|---|
| author | giolekva <giolekva@gmail.com> | Sat May 16 23:32:51 2020 +0400 |
| committer | giolekva <giolekva@gmail.com> | Sat May 16 23:32:51 2020 +0400 |
| tree | e101248713e10c9049dd5ec272e101e51233b28e | |
| parent | 3ff5ccbfd4584fc4fee578f3cbef328b1ecf46bb [diff] [blame] |
script to remove all apps
diff --git a/controller/bootstrap-schema.sh b/controller/bootstrap-schema.sh index dc72ef2..d258fe1 100644 --- a/controller/bootstrap-schema.sh +++ b/controller/bootstrap-schema.sh
@@ -1,9 +1,9 @@ #!/bin/bash -set -e +# set -e -trap "exit" INT TERM ERR -trap "kill 0" EXIT +# trap "exit" INT TERM ERR +# trap "kill 0" EXIT kubectl -n dgraph port-forward svc/dgraph-alpha 8080 & sleep 1