-
Notifications
You must be signed in to change notification settings - Fork 616
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: valuesFrom does not set values #4178
Comments
Updating to flux 2.0.1 did not help:
|
|
@hiddeco hm, I am having a hard time grasping this apprently. Are you saying I can't set anything past I thought helm supports accessing list items:
|
If you move the whole of The problem is that at present, |
This seems to be a duplicate of #2330 It should be fixed with and the expected behavior should occur on the latest master |
Describe the bug
I am trying to set the access_key and secret_key of a prometheus receiver.
The values I set via secrets in
alertmanager.config.global
work.The values with the paths
Maybe I did not understand the documentation, but I also tried asking chatgpt and it agrees that the paths should be correct.
Steps to reproduce
/etc/alertmanager/config_out/alertmanager.env.yaml
in the alert manager podaccess_key
andsecret_key
are missing:Expected behavior
sns_configs:
region: eu-west-1
access_key: value
secret_key: value
topic_arn: arn:aws:sns:eu-west-1:xxxx:alerts
Screenshots and recordings
No response
OS / Distro
k8s ubuntu jammy
Flux version
2.0.0
Flux check
► checking prerequisites
✗ flux 2.0.0 <2.0.1 (new version is available, please upgrade)
✔ Kubernetes 1.27.4+k3s1 >=1.24.0-0
► checking controllers
✔ helm-controller: deployment ready
► ghcr.io/fluxcd/helm-controller:v0.35.0
✔ image-automation-controller: deployment ready
► ghcr.io/fluxcd/image-automation-controller:v0.35.0
✔ image-reflector-controller: deployment ready
► ghcr.io/fluxcd/image-reflector-controller:v0.29.0
✔ kustomize-controller: deployment ready
► ghcr.io/fluxcd/kustomize-controller:v1.0.0
✔ notification-controller: deployment ready
► ghcr.io/fluxcd/notification-controller:v1.0.0
✔ source-controller: deployment ready
► ghcr.io/fluxcd/source-controller:v1.0.0
► checking crds
✔ alerts.notification.toolkit.fluxcd.io/v1beta2
✔ buckets.source.toolkit.fluxcd.io/v1beta2
✔ gitrepositories.source.toolkit.fluxcd.io/v1
✔ helmcharts.source.toolkit.fluxcd.io/v1beta2
✔ helmreleases.helm.toolkit.fluxcd.io/v2beta1
✔ helmrepositories.source.toolkit.fluxcd.io/v1beta2
✔ imagepolicies.image.toolkit.fluxcd.io/v1beta2
✔ imagerepositories.image.toolkit.fluxcd.io/v1beta2
✔ imageupdateautomations.image.toolkit.fluxcd.io/v1beta1
✔ kustomizations.kustomize.toolkit.fluxcd.io/v1
✔ ocirepositories.source.toolkit.fluxcd.io/v1beta2
✔ providers.notification.toolkit.fluxcd.io/v1beta2
✔ receivers.notification.toolkit.fluxcd.io/v1
✔ all checks passed
Git provider
No response
Container Registry provider
No response
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: