Poddlers: fixup
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
3504a173a9
commit
8337130d4c
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env %}
|
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env %}
|
||||||
{% for toddler in poddlers_command %}
|
{% for toddler in poddlers_toddlers %}
|
||||||
---
|
---
|
||||||
apiVersion: apps.openshift.io/v1
|
apiVersion: apps.openshift.io/v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
|
|
|
@ -9,7 +9,7 @@ metadata:
|
||||||
stringData:
|
stringData:
|
||||||
email_overrides.toml: |-
|
email_overrides.toml: |-
|
||||||
{{ load_file('email_overrides.toml') | indent }}
|
{{ load_file('email_overrides.toml') | indent }}
|
||||||
{% for toddler in poddlers_command %}
|
{% for toddler in poddlers_toddlers %}
|
||||||
{{ toddler.name }}.toml: |-
|
{{ toddler.name }}.toml: |-
|
||||||
{{ load_file('fedora-messaging.toml') | indent }}
|
{{ load_file('fedora-messaging.toml') | indent }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue