fasjson - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
7f76af5260
commit
15b98ba8eb
5 changed files with 4 additions and 4 deletions
|
@ -75,12 +75,12 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: fasjson
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: fasjson
|
||||
object_template: configmap.yml
|
||||
object_template: configmap.yml.j2
|
||||
object_objectname: configmap.yml
|
||||
|
||||
- role: openshift/ipa-client
|
||||
|
@ -102,12 +102,12 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: fasjson
|
||||
object_template: secret-webhook.yml
|
||||
object_template: secret-webhook.yml.j2
|
||||
object_objectname: secret-webhook.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: fasjson
|
||||
object_template: deploymentconfig.yml
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
|
||||
# - role: openshift/start-build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue