Set filestore path in deployment yaml

This commit is contained in:
Soam Vasani
2016-11-07 10:41:55 -08:00
parent ddf279ed7d
commit 038037dded
+1 -1
View File
@@ -69,7 +69,7 @@ spec:
- name: controller
image: fission/fission-bundle
command: ["/fission-bundle"]
args: ["--controllerPort", "8888", "--filepath", "/tmp"]
args: ["--controllerPort", "8888", "--filepath", "/filestore"]
---
apiVersion: v1