bjw-s / helm-charts

A collection of Helm charts
https://bjw-s.github.io/helm-charts/
Apache License 2.0
535 stars 100 forks source link

ConfigMaps Seem To Not Be Created With v2 Of The Template #225

Closed TheDarkula closed 8 months ago

TheDarkula commented 8 months ago

First off, thank you so much for all of your work!

The v2 template is very nice :)

I have run into an issue using configmaps, though.

Using the example from the values file here, I have this yaml block:

configMaps:
  config-yaml:
    enabled: true
    labels: {}
    annotations: {}
    data:
      file.yaml: |
        data goes here

However, in the new version of the template, a configmap is not created.

Am I missing something here?

TheDarkula commented 8 months ago

I just played with it a bit more, and I am thinking it was whitespace error.

Thank you, again!