greenwave - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
168f29095a
commit
9d21b8fff7
5 changed files with 4 additions and 4 deletions
|
@ -53,12 +53,12 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: greenwave
|
||||
object_template: imagestream.yml
|
||||
object_template: imagestream.yml.j2
|
||||
object_objectname: imagestream.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: greenwave
|
||||
object_template: configmap.yml
|
||||
object_template: configmap.yml.j2
|
||||
object_objectname: configmap.yml
|
||||
|
||||
- role: openshift/object
|
||||
|
@ -81,7 +81,7 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: greenwave
|
||||
object_template: deploymentconfig.yml
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
tags:
|
||||
- apply-deploymentconfig
|
||||
|
|
|
@ -10,7 +10,7 @@ data:
|
|||
settings.py: |-
|
||||
{{ load_file('settings.py') | indent }}
|
||||
fedora.yaml: |-
|
||||
{{ load_file('fedora.yaml') | indent }}
|
||||
{{ load_file('fedora.yaml.j2') | indent }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
Loading…
Add table
Add a link
Reference in a new issue