waiverdb - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
2ac5e3576b
commit
7086cf3d19
6 changed files with 5 additions and 5 deletions
|
@ -59,7 +59,7 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: waiverdb
|
||||
object_template: secret.yml
|
||||
object_template: secret.yml.j2
|
||||
object_objectname: secret.yml
|
||||
|
||||
- role: openshift/secret-file
|
||||
|
@ -82,17 +82,17 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: waiverdb
|
||||
object_template: imagestream.yml
|
||||
object_template: imagestream.yml.j2
|
||||
object_objectname: imagestream.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: waiverdb
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: waiverdb
|
||||
object_template: configmap.yml
|
||||
object_template: configmap.yml.j2
|
||||
object_objectname: configmap.yml
|
||||
|
||||
- role: openshift/object
|
||||
|
@ -115,7 +115,7 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: waiverdb
|
||||
object_template: deploymentconfig.yml
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
|
||||
- role: openshift/rollout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue