coreos - rename yml templates to .j2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-12-11 18:39:35 +10:00
parent 16e054eea7
commit a8f85f4bb5
16 changed files with 13 additions and 13 deletions

View file

@ -37,17 +37,17 @@
# Copy in a kerberos config that is unique to fedora infra
- role: openshift/object
object_app: coreos-koji-tagger
object_template: configmap.yml
object_template: configmap.yml.j2
object_objectname: configmap.yml
- role: openshift/object
object_app: coreos-koji-tagger
object_template: imagestream.yml
object_template: imagestream.yml.j2
object_objectname: imagestream.yml
- role: openshift/object
object_app: coreos-koji-tagger
object_template: buildconfig.yml
object_template: buildconfig.yml.j2
object_objectname: buildconfig.yml
- role: openshift/start-build
@ -60,7 +60,7 @@
- role: openshift/object
object_app: coreos-koji-tagger
object_template: deploymentconfig.yml
object_template: deploymentconfig.yml.j2
object_objectname: deploymentconfig.yml
###############################################

View file

@ -73,27 +73,27 @@
# Fedora Messaging config
- role: openshift/object
object_app: coreos-ostree-importer
object_template: configmap.yml
object_template: configmap.yml.j2
object_objectname: configmap.yml
- role: openshift/object
object_app: coreos-ostree-importer
object_template: imagestream.yml
object_template: imagestream.yml.j2
object_objectname: imagestream.yml
- role: openshift/object
object_app: coreos-ostree-importer
object_template: buildconfig.yml
object_template: buildconfig.yml.j2
object_objectname: buildconfig.yml
- role: openshift/object
object_app: coreos-ostree-importer
object_template: deploymentconfig.yml
object_template: deploymentconfig.yml.j2
object_objectname: deploymentconfig.yml
- role: openshift/object
object_app: coreos-ostree-importer
object_template: pvc.yml
object_template: pvc.yml.j2
object_objectname: pvc.yml
###############################################

View file

@ -5,7 +5,7 @@ project_service_account: coreos-ci-sa
appowners: []
ocp_service_account: root
project_templates:
- project.yaml
- group.yaml
- rolebinding.yaml
- securitycontextconstraints.yaml
- project.yaml.j2
- group.yaml.j2
- rolebinding.yaml.j2
- securitycontextconstraints.yaml.j2