asknot - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
7086cf3d19
commit
dfc4e82e09
3 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: asknot
|
||||
object_template: imagestream.yml
|
||||
object_template: imagestream.yml.j2
|
||||
object_objectname: imagestream.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: asknot
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/start-build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue