From 86a8e5ce1527cc874e3311d1f09d73135589e911 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 28 Feb 2018 09:00:29 +0100 Subject: [PATCH] feat(openfaas): update openfaas template with name and new description --- templates.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates.json b/templates.json index f0fdfdc..21d6323 100644 --- a/templates.json +++ b/templates.json @@ -671,8 +671,9 @@ { "type": "stack", "title": "OpenFaaS", + "name": "func", "description": "Serverless functions made simple", - "note": "Deploys the API gateway and sample functions. You can access the UI on port 8080.", + "note": "Deploys the API gateway and sample functions. You can access the UI on port 8080. Warning: the name of the stack must be 'func'.", "categories": ["serverless"], "platform": "linux", "logo": "https://cloudinovasi.id/assets/img/logos/openfaas.png",