easyfix - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
98152942d0
commit
a705edc993
5 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: easyfix
|
object_app: easyfix
|
||||||
object_template: buildconfig.yml
|
object_template: buildconfig.yml.j2
|
||||||
object_objectname: buildconfig.yml
|
object_objectname: buildconfig.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: easyfix
|
object_app: easyfix
|
||||||
object_template: configmap.yml
|
object_template: configmap.yml.j2
|
||||||
object_objectname: configmap.yml
|
object_objectname: configmap.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
|
@ -61,11 +61,11 @@
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: easyfix
|
object_app: easyfix
|
||||||
object_template: deploymentconfig.yml
|
object_template: deploymentconfig.yml.j2
|
||||||
object_objectname: deploymentconfig.yml
|
object_objectname: deploymentconfig.yml
|
||||||
|
|
||||||
# Cron jobs
|
# Cron jobs
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: easyfix
|
object_app: easyfix
|
||||||
object_template: cron.yml
|
object_template: cron.yml.j2
|
||||||
object_objectname: cron.yml
|
object_objectname: cron.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue