You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does Spring Cloud Kubernetes Configuration Watcher support having an application running onto a kubernetes pod be notified after multiple configmaps were changed?
As my configmaps have different names, is there a way to have them linked to my app? Basically, I would need to work around the rule of configmaps and my application having the same name (which is obviously not possible, as one application can have only one name, right?).
The current approach of achieving what I described above it by using a list of sources, as decribed at this link, but this support will be deprecated in future versions and, I guess, eventually removed.
If there currently linking multiple configmaps to the same application is not supported, is there any plan to add it in the future?