poddlers - rename templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
0dbe45565c
commit
ddc252d630
6 changed files with 6 additions and 6 deletions
|
@ -57,7 +57,7 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: poddlers
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/secret-file
|
||||
|
@ -80,19 +80,19 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: poddlers
|
||||
object_template: secrets.yml
|
||||
object_template: secrets.yml.j2
|
||||
object_objectname: secrets.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: poddlers
|
||||
object_template: cron-playtime.yml
|
||||
object_template: cron-playtime.yml.j2
|
||||
object_objectname: cron-playtime.yml
|
||||
tags:
|
||||
- cron-job
|
||||
|
||||
- role: openshift/object
|
||||
object_app: poddlers
|
||||
object_template: deploymentconfig.yml
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env %}
|
||||
{% from "_macros.yml.j2" import common_volume_mounts, common_volumes, common_env %}
|
||||
{% for cronjob in poddlers_cronjobs %}
|
||||
{% if not cronjob.only_env is defined or cronjob.only_env == env %}
|
||||
---
|
|
@ -1,4 +1,4 @@
|
|||
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env %}
|
||||
{% from "_macros.yml.j2" import common_volume_mounts, common_volumes, common_env %}
|
||||
{% for toddler in poddlers_toddlers %}
|
||||
---
|
||||
apiVersion: apps.openshift.io/v1
|
Loading…
Add table
Add a link
Reference in a new issue