webhook2fedmsg - rename templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
97a1c84eff
commit
0dbe45565c
7 changed files with 6 additions and 6 deletions
|
@ -71,12 +71,12 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: webhook2fedmsg
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: webhook2fedmsg
|
||||
object_template: configmap.yml
|
||||
object_template: configmap.yml.j2
|
||||
object_objectname: configmap.yml
|
||||
|
||||
- role: openshift/object
|
||||
|
@ -110,7 +110,7 @@
|
|||
# Deployment config
|
||||
- role: openshift/object
|
||||
object_app: webhook2fedmsg
|
||||
object_template: deploymentconfig.yml
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
|
||||
# - role: openshift/start-build
|
||||
|
|
|
@ -12,9 +12,9 @@ items:
|
|||
app: webhook2fedmsg
|
||||
data:
|
||||
webhook-to-fedora-messaging.cfg: |-
|
||||
{{ load_file('w2fm.cfg') | indent(6) }}
|
||||
{{ load_file('w2fm.cfg.j2') | indent(6) }}
|
||||
logging.yaml: |-
|
||||
{{ load_file('logging.yaml') | indent(6) }}
|
||||
{{ load_file('logging.yaml.j2') | indent(6) }}
|
||||
- apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
|
@ -23,4 +23,4 @@ items:
|
|||
app: webhook2fedmsg
|
||||
data:
|
||||
config.toml: |-
|
||||
{{ load_file('fedora-messaging.toml') | indent(6) }}
|
||||
{{ load_file('fedora-messaging.toml.j2') | indent(6) }}
|
Loading…
Add table
Add a link
Reference in a new issue