You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to have a bazel rule that generates a values.yaml file and pass that into a helm_upgrade target.
Currently I'd have to hard-code them in the opts array, and it looks fairly ugly.
Currently the only way to pass in values is with helm_chart or helm_package, but if I import the helm chart via helm_import_repository, then I don't have a way to pass in values.yaml.
The text was updated successfully, but these errors were encountered:
Upon issuing bazel run --stamp --embed_label 2024032201 //:test.upgrade, I noticed that whatever changes that I have done in values.yaml won't be reflected in the release.
I'd like to be able to have a bazel rule that generates a values.yaml file and pass that into a helm_upgrade target.
Currently I'd have to hard-code them in the opts array, and it looks fairly ugly.
Currently the only way to pass in values is with helm_chart or helm_package, but if I import the helm chart via helm_import_repository, then I don't have a way to pass in values.yaml.
The text was updated successfully, but these errors were encountered: