coreos-cincinnati: move templates from yml to j2
As we are now moving templates to j2, this completes the process for the coreos-cincinnati.
This commit is contained in:
parent
964fba9f79
commit
e43c256356
6 changed files with 5 additions and 5 deletions
|
@ -34,12 +34,12 @@
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: coreos-cincinnati
|
object_app: coreos-cincinnati
|
||||||
object_template: imagestream.yml
|
object_template: imagestream.yml.j2
|
||||||
object_objectname: imagestream.yml
|
object_objectname: imagestream.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: coreos-cincinnati
|
object_app: coreos-cincinnati
|
||||||
object_template: buildconfig.yml
|
object_template: buildconfig.yml.j2
|
||||||
object_objectname: buildconfig.yml
|
object_objectname: buildconfig.yml
|
||||||
|
|
||||||
- role: openshift/start-build
|
- role: openshift/start-build
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: coreos-cincinnati
|
object_app: coreos-cincinnati
|
||||||
object_template: config-stub.yml
|
object_template: config-stub.yml.j2
|
||||||
object_objectname: config-stub.yml
|
object_objectname: config-stub.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
|
@ -64,12 +64,12 @@
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: coreos-cincinnati
|
object_app: coreos-cincinnati
|
||||||
object_template: service.yml
|
object_template: service.yml.j2
|
||||||
object_objectname: service.yml
|
object_objectname: service.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: coreos-cincinnati
|
object_app: coreos-cincinnati
|
||||||
object_template: servicemonitor.yml
|
object_template: servicemonitor.yml.j2
|
||||||
object_objectname: servicemonitor.yml
|
object_objectname: servicemonitor.yml
|
||||||
|
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue