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