-
Notifications
You must be signed in to change notification settings - Fork 621
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
HelmRelease Values from targetPath array #2330
HelmRelease Values from targetPath array #2330
Comments
@robertpcontreras-ts I think you might want to open this issue against this repository as well: https://github.com/fluxcd/helm-controller . Looks like the code that handles HelmReleases lives in there. I am also seeing this bug.
|
Try this "hack":
|
In your example, your The above workaround of using a ConfigMap to store your values file instead of using the incline |
Describe the bug
Hello, I cannot seem to be able to use the
targetFrom
field to access an existing array within thevaluesFrom
object in a helm release.Steps to reproduce
In the main values object of a helm release I have the following:
I am then trying to add secret values to the first item of the instances array like so:
But this is not working, and the new fields are not being applied to the helm release values after inspecting the output using
Expected behavior
I would expect the
sasl_plain_username
andsasl_plain_password
values to be merged with the first item in the instances array.Screenshots and recordings
No response
OS / Distro
GKE
Flux version
v0.24.1
Flux check
Git provider
GitHub
Container Registry provider
gcr
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: