From 1080126b9e711493b40cf8c897277c0d1673e828 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Tue, 8 Nov 2016 00:44:46 -0800 Subject: [PATCH] Store files at /filestore --- fission.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fission.yaml b/fission.yaml index 51210f2d..74471248 100644 --- a/fission.yaml +++ b/fission.yaml @@ -47,7 +47,7 @@ spec: - name: controller image: fission/fission-bundle command: ["/fission-bundle"] - args: ["--controllerPort", "8888", "--filepath", "/tmp"] + args: ["--controllerPort", "8888", "--filepath", "/filestore"] --- apiVersion: v1