planet - rename yml templates to .j2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-12-09 19:30:08 +10:00
parent dfc4e82e09
commit 9a5e5fe422
5 changed files with 4 additions and 4 deletions

View file

@ -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