blockerbugs - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
ec70f35b93
commit
d8d6ee8809
7 changed files with 6 additions and 6 deletions
|
@ -89,22 +89,22 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: blockerbugs
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: blockerbugs
|
||||
object_template: deploymentconfig.yml
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: blockerbugs
|
||||
object_template: deployment.yml
|
||||
object_template: deployment.yml.j2
|
||||
object_objectname: deployment.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: blockerbugs
|
||||
object_template: imagestream.yml
|
||||
object_template: imagestream.yml.j2
|
||||
object_objectname: imagestream.yml
|
||||
|
||||
- role: openshift/object
|
||||
|
@ -114,12 +114,12 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: blockerbugs
|
||||
object_template: secret.yml
|
||||
object_template: secret.yml.j2
|
||||
object_objectname: secret.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: blockerbugs
|
||||
object_template: cron.yml
|
||||
object_template: cron.yml.j2
|
||||
object_objectname: cron.yml
|
||||
|
||||
- role: openshift/route
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue