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

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