languages - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
4db7fb4ca1
commit
067bc69833
8 changed files with 8 additions and 8 deletions
|
@ -20,12 +20,12 @@
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: languages
|
object_app: languages
|
||||||
object_objectname: imagestream.yml
|
object_objectname: imagestream.yml
|
||||||
object_template: imagestream.yml
|
object_template: imagestream.yml.j2
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: languages
|
object_app: languages
|
||||||
object_objectname: buildconfig.yml
|
object_objectname: buildconfig.yml
|
||||||
object_template: buildconfig.yml
|
object_template: buildconfig.yml.j2
|
||||||
|
|
||||||
- role: openshift/start-build
|
- role: openshift/start-build
|
||||||
start_build_app: languages
|
start_build_app: languages
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: languages
|
object_app: languages
|
||||||
object_template: service.yml
|
object_template: service.yml.j2
|
||||||
object_objectname: service.yml
|
object_objectname: service.yml
|
||||||
|
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
|
@ -48,17 +48,17 @@
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: languages
|
object_app: languages
|
||||||
object_template: pvc.yml
|
object_template: pvc.yml.j2
|
||||||
object_objectname: pvc.yml
|
object_objectname: pvc.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: languages
|
object_app: languages
|
||||||
object_template: deployment.yml
|
object_template: deployment.yml.j2
|
||||||
object_objectname: deployment.yml
|
object_objectname: deployment.yml
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
object_app: languages
|
object_app: languages
|
||||||
object_template: cron.yml
|
object_template: cron.yml.j2
|
||||||
object_objectname: cron.yml
|
object_objectname: cron.yml
|
||||||
|
|
||||||
###############################################
|
###############################################
|
||||||
|
|
|
@ -19,7 +19,7 @@ spec:
|
||||||
parent: "cron_stats"
|
parent: "cron_stats"
|
||||||
spec:
|
spec:
|
||||||
{% filter indent(width=10, first=True) %}
|
{% filter indent(width=10, first=True) %}
|
||||||
{% include "cron_template.yml" %}
|
{% include "cron_template.yml.j2" %}
|
||||||
{% endfilter %}
|
{% endfilter %}
|
||||||
---
|
---
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
@ -44,7 +44,7 @@ spec:
|
||||||
parent: "cron_stats"
|
parent: "cron_stats"
|
||||||
spec:
|
spec:
|
||||||
{% filter indent(width=10, first=True) %}
|
{% filter indent(width=10, first=True) %}
|
||||||
{% include "cron_template.yml" %}
|
{% include "cron_template.yml.j2" %}
|
||||||
{% endfilter %}
|
{% endfilter %}
|
||||||
---
|
---
|
||||||
apiVersion: batch/v1
|
apiVersion: batch/v1
|
Loading…
Add table
Add a link
Reference in a new issue