From 00e160f7321f8506a9f4eb5445a025663d52179b Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 22 May 2015 14:07:04 +0200 Subject: [PATCH] Fix invalid template name --- application-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application-template.json b/application-template.json index d087fd5d..6bf825cb 100644 --- a/application-template.json +++ b/application-template.json @@ -2,7 +2,7 @@ "kind": "Template", "apiVersion": "v1", "metadata": { - "name": "Django Quickstart", + "name": "django-quickstart", "annotations": { "description": "This is a Django application template that uses PostgreSQL for data storage.", "tags": "instant-app,python,django,postgresql",