fedocal - rename yml templates to .j2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-12-11 17:14:17 +10:00
parent 4116c34320
commit 7f76af5260
5 changed files with 4 additions and 4 deletions

View file

@ -22,12 +22,12 @@
- role: openshift/object
object_app: fedocal
object_template: imagestream.yml
object_template: imagestream.yml.j2
object_objectname: imagestream.yml
- role: openshift/object
object_app: fedocal
object_template: buildconfig.yml
object_template: buildconfig.yml.j2
object_objectname: buildconfig.yml
- role: openshift/secret-file
@ -50,12 +50,12 @@
- role: openshift/object
object_app: fedocal
object_template: secret.yml
object_template: secret.yml.j2
object_objectname: secret.yml
- role: openshift/object
object_app: fedocal
object_template: configmap.yml
object_template: configmap.yml.j2
object_objectname: configmap.yml
- role: openshift/start-build