Poddlers: try again
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
c36422f522
commit
a31f9b530e
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
{% macro load_file(filename) %}{% include filename %}{%- endmacro -%}
|
{% macro load_file(filename) %}{% include filename %}{%- endmacro -%}
|
||||||
|
{% macro load_toddler_config(toddler) %}{% include 'fedora-messaging.toml' %}{%- endmacro -%}
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Secret
|
kind: Secret
|
||||||
|
@ -11,5 +12,5 @@ stringData:
|
||||||
{{ load_file('email_overrides.toml') | indent }}
|
{{ load_file('email_overrides.toml') | indent }}
|
||||||
{% for toddler in poddlers_toddlers %}
|
{% for toddler in poddlers_toddlers %}
|
||||||
{{ toddler.name }}.toml: |-
|
{{ toddler.name }}.toml: |-
|
||||||
{% include 'fedora-messaging.toml' | indent %}
|
{{ load_toddler_config(toddler) | indent }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue