Storage service helm chart integration + bugfixes (#315)

Add storage service and a persistent volume claim to helm charts. A few bugfixes for the api proxy.
This commit is contained in:
Soam Vasani
2017-09-08 04:49:14 -07:00
committed by GitHub
parent 6142ac3648
commit 45c766061a
12 changed files with 181 additions and 9 deletions
+1 -1
View File
@@ -96,5 +96,5 @@ func TestStorageService(t *testing.T) {
}
// cleanup /tmp
os.RemoveAll(fmt.Sprintf("/tmp/", testId))
os.RemoveAll(fmt.Sprintf("/tmp/%v", testId))
}