-
Notifications
You must be signed in to change notification settings - Fork 172
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
helm override variables are limited to strings #2783
Comments
This is relatively simple to accomplish internally to Zarf by changing |
The bright side is that Zarf does not process config files like this: package:
deploy:
set:
test:
aT: thingT
bT: to-beT so it would be easier to stay away from making this a breaking change. |
Tacking onto this existing issue - besides maps/lists there are also issues with passing boolean values in (they end up getting cast into strings which can cause issues in certain helm templates due to |
Multi-line strings are not rendered properly either: defenseunicorns/uds-k3d#112 (comment) EDIT: disregard, there was a typo in the indent type for the helm template. ( |
Steps to reproduce
Expected result
Value of variable is set in chart values
Actual Result
No value is set, chart's default value is used
Visual Proof (screenshots, videos, text, etc)
Example
zarf.yaml
component:Example
zarf-config.yaml
:Values in k9s:
The text was updated successfully, but these errors were encountered: