We have a module that needs some per-cluster values that we have stored in a ConfigMap under a defined name in a defined namespace.
Currently we have a python wrapper that fetches this and structures it for use in the module.
However we really dont want the extra code and looked at the Bundle Runtime - which whilst it can get the cluster data does not seem to support being given a values file like a module does.
Is there a way to achieve this using timoni?
We have a module that needs some per-cluster values that we have stored in a ConfigMap under a defined name in a defined namespace.
Currently we have a python wrapper that fetches this and structures it for use in the module.
However we really dont want the extra code and looked at the Bundle Runtime - which whilst it can get the cluster data does not seem to support being given a values file like a module does.
Is there a way to achieve this using timoni?