Fix invalid template name
This commit is contained in:
parent
8c5dfbc161
commit
00e160f732
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue