fedora-packages-static - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
a6a2e10539
commit
23425ee0b9
5 changed files with 4 additions and 4 deletions
|
@ -24,17 +24,17 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: fedora-packages-static
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: fedora-packages-static
|
||||
object_template: storage.yml
|
||||
object_template: storage.yml.j2
|
||||
object_objectname: storage.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: fedora-packages-static
|
||||
object_template: configmap.yml
|
||||
object_template: configmap.yml.j2
|
||||
object_objectname: configmap.yml
|
||||
|
||||
- role: openshift/start-build
|
||||
|
@ -59,7 +59,7 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: fedora-packages-static
|
||||
object_template: deploymentconfig.yml
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
|
||||
###############################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue