languages - rename yml templates to .j2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-12-11 13:25:34 +10:00
parent 4db7fb4ca1
commit 067bc69833
8 changed files with 8 additions and 8 deletions

View file

@ -20,12 +20,12 @@
- role: openshift/object
object_app: languages
object_objectname: imagestream.yml
object_template: imagestream.yml
object_template: imagestream.yml.j2
- role: openshift/object
object_app: languages
object_objectname: buildconfig.yml
object_template: buildconfig.yml
object_template: buildconfig.yml.j2
- role: openshift/start-build
start_build_app: languages
@ -36,7 +36,7 @@
- role: openshift/object
object_app: languages
object_template: service.yml
object_template: service.yml.j2
object_objectname: service.yml
- role: openshift/route
@ -48,17 +48,17 @@
- role: openshift/object
object_app: languages
object_template: pvc.yml
object_template: pvc.yml.j2
object_objectname: pvc.yml
- role: openshift/object
object_app: languages
object_template: deployment.yml
object_template: deployment.yml.j2
object_objectname: deployment.yml
- role: openshift/object
object_app: languages
object_template: cron.yml
object_template: cron.yml.j2
object_objectname: cron.yml
###############################################

View file

@ -19,7 +19,7 @@ spec:
parent: "cron_stats"
spec:
{% filter indent(width=10, first=True) %}
{% include "cron_template.yml" %}
{% include "cron_template.yml.j2" %}
{% endfilter %}
---
{% endfor %}
@ -44,7 +44,7 @@ spec:
parent: "cron_stats"
spec:
{% filter indent(width=10, first=True) %}
{% include "cron_template.yml" %}
{% include "cron_template.yml.j2" %}
{% endfilter %}
---
apiVersion: batch/v1