This message was deleted.
# kubernetes
s
This message was deleted.
c
what about
5.41.4
?
g
I got it working. For some reason I usually get things working moments after publicly asking for help. I had to drop "grafana/" from the chart name. It doesn't make any sense to me as its listed as "grafana/loki"
😃 1
c
I'm about to try to install the grafana-agent operator chart so hopefully this helps me 😆
g
potentially hours saved 🙂
d
When using the helm cli, you're specifying both the repo name and the Chart name.
helm repo add grafana <https://grafana.github.io/helm-charts|https://grafana.github.io/helm-charts>
adds the repo named 'grafana', which has a chart named 'loki' in it. In pulumi, you specific the repo explicitly, so forgo the repo name
👍 1
g
This chart is pain. Refuses to let me set the affinity of anything other than "backend"
backend.affinity
. write.affinity 💥 read.affinity 💥 gateway.affinity 💥
Copy code
error: template: loki/templates/gateway/deployment-gateway.yaml:104:16: executing "loki/templates/gateway/deployment-gateway.yaml" at <.>: wrong type for value; expected string; got map[string]interface {}
Docs say
Affinity for gateway pods. Passed through tpl and, thus, to be configured as string
... sounds it wants yaml as a string?!