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",
|
"kind": "BuildConfig",
|
||||||
"apiVersion": "v1",
|
"apiVersion": "v1",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "django-quickstart",
|
"name": "django-quickstart-source",
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"description": "Defines how to build the Django app."
|
"description": "Defines how to build the Django app."
|
||||||
}
|
}
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
"django-quickstart"
|
"django-quickstart"
|
||||||
],
|
],
|
||||||
"from": {
|
"from": {
|
||||||
"name": "django-quickstart:latest"
|
"name": "django-quickstart-source:latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
"kind": "BuildConfig",
|
"kind": "BuildConfig",
|
||||||
"apiVersion": "v1",
|
"apiVersion": "v1",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "django-quickstart",
|
"name": "django-quickstart-source",
|
||||||
"annotations": {
|
"annotations": {
|
||||||
"description": "Defines how to build the Django app."
|
"description": "Defines how to build the Django app."
|
||||||
}
|
}
|
||||||
|
@ -108,7 +108,7 @@
|
||||||
"django-quickstart"
|
"django-quickstart"
|
||||||
],
|
],
|
||||||
"from": {
|
"from": {
|
||||||
"name": "django-quickstart:latest"
|
"name": "django-quickstart-source:latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue