|
Is there any solution to control which in-package resources are modified by PV Injectors besides only GVK matching?
Is it possible to address my problem with some additional |
Replies: 1 comment 1 reply
|
My understanding is that with the current porch version the best thing you can do is to introduce a unique Having said that, IMHO what you ask for should be possible. We have multiple improvements to |
My understanding is that with the current porch version the best thing you can do is to introduce a unique
kind(CRD) for both injection points, instead of usingConfigMaps. So you will end up with something like this in your cluster:Having said that, IMHO what you ask for should be possible. We have multiple improvements to
PackageVariant…