openshift-apps: remove build step from a few apps

Everytime we run the playbook a new build kicks off, but
the app was just restarted. So what happens is we end up
with the app getting started twice (once when the
deploymentconfig gets updated and once when the build finishes).
This could be bad if the app has some startup steps that need
to not be interrupted.

Let's just manually trigger builds since we have the permissions
to do that in the web interface and via the CLI.
This commit is contained in:
Dusty Mabe 2022-12-14 15:29:04 -05:00
parent 2f42b33462
commit caf71e42b7
No known key found for this signature in database
GPG key ID: 3302DBD73952E671
2 changed files with 0 additions and 10 deletions

View file

@ -82,11 +82,6 @@
template: buildconfig.yml
objectname: buildconfig.yml
- role: openshift/start-build
app: coreos-ostree-importer
buildname: coreos-ostree-importer-build
objectname: coreos-ostree-importer-build
- role: openshift/object
app: coreos-ostree-importer
template: deploymentconfig.yml

View file

@ -27,11 +27,6 @@
template: buildconfig.yml
objectname: buildconfig.yml
- role: openshift/start-build
app: fedora-ostree-pruner
buildname: fedora-ostree-pruner-build
objectname: fedora-ostree-pruner-build
- role: openshift/object
app: fedora-ostree-pruner
template: deploymentconfig.yml