planet - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
dfc4e82e09
commit
9a5e5fe422
5 changed files with 4 additions and 4 deletions
|
@ -33,12 +33,12 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: planet
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: planet
|
||||
object_template: configmap.yml
|
||||
object_template: configmap.yml.j2
|
||||
object_objectname: configmap.yml
|
||||
|
||||
- role: openshift/ipa-client
|
||||
|
@ -74,12 +74,12 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: planet
|
||||
object_template: deployment.yml
|
||||
object_template: deployment.yml.j2
|
||||
object_objectname: deployment.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: planet
|
||||
object_template: cronjob.yml
|
||||
object_template: cronjob.yml.j2
|
||||
object_objectname: cronjob.yml
|
||||
|
||||
- role: openshift/secret-file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue