BCDevOps / bcdk

BC Developer Kit
Apache License 2.0
6 stars 15 forks source link

Route `host` can't be managed using `oc apply`, as currently done by `bcdk`, causing deployment-time pipeline failures. #30

Closed sheaphillips closed 4 years ago

sheaphillips commented 5 years ago

Currently, bcd manages/deploys OpenShift resources using oc apply, which works in general, but does not work for resources with read-only attributes such as route host. The first application works, but subsequent attempts (further deploys) fail. We probably need some way to indicate that a given resource should be managed using a different approach.

lukegonis commented 4 years ago

Closing as this is no longer relevant to the Platform Services team