Fix templates
This commit is contained in:
parent
dd6e9e1b7e
commit
b98dd0b761
2 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,7 @@
|
|||
"kind": "BuildConfig",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "django-quickstart",
|
||||
"name": "django-quickstart-source",
|
||||
"annotations": {
|
||||
"description": "Defines how to build the Django app."
|
||||
}
|
||||
|
@ -130,7 +130,7 @@
|
|||
"django-quickstart"
|
||||
],
|
||||
"from": {
|
||||
"name": "django-quickstart:latest"
|
||||
"name": "django-quickstart-source:latest"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"kind": "BuildConfig",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "django-quickstart",
|
||||
"name": "django-quickstart-source",
|
||||
"annotations": {
|
||||
"description": "Defines how to build the Django app."
|
||||
}
|
||||
|
@ -108,7 +108,7 @@
|
|||
"django-quickstart"
|
||||
],
|
||||
"from": {
|
||||
"name": "django-quickstart:latest"
|
||||
"name": "django-quickstart-source:latest"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue