flask-oidc-dev - rename yml templates to .j2
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
1c1f94b24a
commit
abd77cfeb3
6 changed files with 9 additions and 9 deletions
|
@ -29,12 +29,12 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: flask-oidc-dev
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flask-oidc-dev
|
||||
object_template: configmap.yml
|
||||
object_template: configmap.yml.j2
|
||||
object_objectname: configmap.yml
|
||||
|
||||
- role: openshift/object
|
||||
|
@ -64,10 +64,10 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: flask-oidc-dev
|
||||
object_template: secret-webhook.yml
|
||||
object_template: secret-webhook.yml.j2
|
||||
object_objectname: secret-webhook.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flask-oidc-dev
|
||||
object_template: deploymentconfig.yml
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: flatpak-indexer
|
||||
object_template: secret.yml
|
||||
object_template: secret.yml.j2
|
||||
object_objectname: secret.yml
|
||||
|
||||
- role: openshift/object
|
||||
|
@ -31,17 +31,17 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: flatpak-indexer
|
||||
object_template: buildconfig.yml
|
||||
object_template: buildconfig.yml.j2
|
||||
object_objectname: buildconfig.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flatpak-indexer
|
||||
object_template: storage.yml
|
||||
object_template: storage.yml.j2
|
||||
object_objectname: storage.yml
|
||||
|
||||
- role: openshift/object
|
||||
object_app: flatpak-indexer
|
||||
object_template: configmap.yml
|
||||
object_template: configmap.yml.j2
|
||||
object_objectname: configmap.yml
|
||||
|
||||
- role: openshift/start-build
|
||||
|
@ -59,5 +59,5 @@
|
|||
|
||||
- role: openshift/object
|
||||
object_app: flatpak-indexer
|
||||
object_template: deploymentconfig.yml
|
||||
object_template: deploymentconfig.yml.j2
|
||||
object_objectname: deploymentconfig.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue