I'm not aware of any plans to support a cross-namespace references for
namespace scoped resources.  As for routes in particular, openshift routes
don't even have secret references, it's embedded right there in the type.
The only way I'd know to do it is a label selected `oc get` (btw, label
selected patch would be a really cool idea), then iterate through and issue
`oc patch` or `oc replace`.

On Thu, Mar 17, 2016 at 2:51 PM, Philippe Lafoucrière <
philippe.lafoucri...@tech-angels.com> wrote:

> Hi,
>
> We need to update a ssl certificate used in many projects. This is
> generally handled by puppet, but with openshift I don't see a way to update
> several routes at once.
> Is there something in the roadmap to declare certificates like secrets at
> a higher level, usable in various projects?
> I understand it would require authorization per project, but at least, we
> would be able to update all the site at once, instead of each route
> individually.
>
> Thanks
>
> _______________________________________________
> dev mailing list
> dev@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
>
>
_______________________________________________
dev mailing list
dev@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/dev

Reply via email to