Re: Share common configmap / data
Paul Czarkowski <pczarkowski@...>
Hey, Helm Charts themselves can't access contents of a configmap. You could either set these values as `global` values and make them available across all charts (if using chart dependencies/child charts - https://helm.sh/docs/chart_template_guide/subcharts_and_globals/ ) or you can create the configmap and then if the other charts mount that configmap as env vars or a file and load them in to each deployment that way. On Sat, May 9, 2020 at 11:51 AM <frnd4u.ashok@...> wrote:
|
|