timoni icon indicating copy to clipboard operation
timoni copied to clipboard

Is there a way for a module to use values from a ConfigMap? Or for a bundle to use a Values file?

Open nlongton opened this issue 2 months ago • 2 comments

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?

nlongton avatar Apr 17 '24 13:04 nlongton