mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
14 lines
358 B
YAML
14 lines
358 B
YAML
{% macro load_file(filename) %}{% include filename %}{%- endmacro -%}
|
|
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: distgit-bugzilla-sync-configmap
|
|
labels:
|
|
app: distgit-bugzilla-sync
|
|
data:
|
|
configuration.toml: |-
|
|
{{ load_file('configuration.toml') | indent }}
|
|
email_overrides.toml: |-
|
|
{{ load_file('email_overrides.toml') | indent }}
|