coreos - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
16e054eea7
commit
a8f85f4bb5
16 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
||||
###############################################
|
||||
|
|
|
@ -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
|
||||
|
||||
###############################################
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue