-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single quote dropped. #151
Comments
Hi, this one will be hard to fix. Probabaly, we can change |
hmmmm, I don't want to generate a load of work, what other strategies can we employ that don't generate a complicated and potentially cumbersome feature to support going forward? ATM the moment I solved this with some post-processing sed. |
I think it will be appropriate solution if we find a way to replace current strings.ReplaceAll(spec, "'", "") with a regex. The regex should ignore single quites in the middle of yaml string value. |
In one of my operator deployments I'm including a metadata field in the envs like so:
when piped through helmify the single quotes are dropped.
The text was updated successfully, but these errors were encountered: