kustomize icon indicating copy to clipboard operation
kustomize copied to clipboard

Kustomize removing quotes

Open natasha41575 opened this issue 2 years ago • 6 comments

Umbrella issue for kustomize removing quotes where it shouldn't

  • https://github.com/kubernetes-sigs/kustomize/issues/4845
  • https://github.com/kubernetes-sigs/kustomize/issues/4146

natasha41575 avatar Apr 11 '23 19:04 natasha41575

Any update on this thread?

gandarez avatar Jun 09 '23 17:06 gandarez

This depends on https://github.com/kubernetes-sigs/kustomize/issues/4033, which I am hoping someone can pick up soon.

natasha41575 avatar Aug 18 '23 18:08 natasha41575

@natasha41575 Now that #4033 is done, what is the status of this work? We are running into an issue where key: "${VAR}" in a ConfigMap is incorrectly having the quotes removed, completely breaking our workflow, since this is later templated with true, which YAML then sees as a boolean instead of a string.

cc/ @akbar-mohammad @sibucan

spkane avatar Feb 27 '24 23:02 spkane