HelmRelease with subcharts/dependencies #443
-
Sorry if this has been solved somewhere before, I couldn't find it. I was trying to "migrate" a monitoring stack from a vanilla helm install to a flux workflow. Its based on this loki-stack grafana helm chart . The HelmRelease is picked up but it seems like the provided values are not processed correctly. When setting eg grafana and/or prometheus on "enabled" the values are picked up but its only ever the loki pod that is starting. So maybe its because they depend on subcharts definded in the requirements.yaml? Or am I missing something obvious? Where would be the best place to debug things like that?
and my HelmRelease yaml:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok. Feeling pretty stupid right now and wasted a couple of hours by not double checking the naming of the charts. |
Beta Was this translation helpful? Give feedback.
Ok. Feeling pretty stupid right now and wasted a couple of hours by not double checking the naming of the charts.
I was rolling out simply the
loki
chart from the repo, what I needed was theloki-stack
chart of wich the components with grafana, prometheus and loki are a part of. So of course now it works as intended... damn