Helm chart for fission (#90)

Helm Chart for Fission.  See NOTES.txt for usage.
This commit is contained in:
Sanket Sudake
2017-02-12 00:13:24 -08:00
committed by Soam Vasani
parent 14c55912f5
commit 99d6a95bc1
11 changed files with 556 additions and 3 deletions
+1
View File
@@ -0,0 +1 @@
module.exports = function(context, callback) { callback(200, "Hello, world!\n"); }