testdays - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
d8d6ee8809
commit
67d200fa9e
5 changed files with 3 additions and 3 deletions
|
@ -74,17 +74,17 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: testdays
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: testdays
|
||||
object_template: deployment.yml
|
||||
object_template: deployment.yml.j2
|
||||
object_objectname: deployment.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: testdays
|
||||
object_template: imagestream.yml
|
||||
object_template: imagestream.yml.j2
|
||||
object_objectname: imagestream.yml
|
||||
|
||||
- role: openshift/object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue