BCDevOps/bcdk

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

Closed this issue · 1 comments

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.

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