toddlers - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
9a5e5fe422
commit
212e3e7b7f
6 changed files with 5 additions and 5 deletions
|
@ -71,7 +71,7 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: toddlers
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/secret-file
|
||||
|
@ -94,24 +94,24 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: toddlers
|
||||
object_template: cron_playtime.yml
|
||||
object_template: cron_playtime.yml.j2
|
||||
object_objectname: cron_playtime.yml
|
||||
tags:
|
||||
- cron-job
|
||||
|
||||
- role: openshift/object
|
||||
object_app: toddlers
|
||||
object_template: deploymentconfig.yml
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: toddlers
|
||||
object_template: secret.yml
|
||||
object_template: secret.yml.j2
|
||||
object_objectname: secret.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: toddlers
|
||||
object_template: imagestream.yml
|
||||
object_template: imagestream.yml.j2
|
||||
object_objectname: imagestream.yml
|
||||
|
||||
- role: openshift/start-build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue