Closed mkjmdski closed 1 year ago
This looks like a good candidate.
Thanks for the report! Since you seem to have found the issue already, any chance you could provide the fix as well?
Hi @jekkel I don't feel like I have capacity at the moment to provide a fix. I hope someone else could pick this issue. I will have time later to look into that but that might not happen so soon.
Hey, I fixed this in my local branch, PR will follow shortly.
While upgrading image version on helm deployment of
grafana
(this specific value -> https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml#L774), with given config:last working value was:
1.19.2
. Probably it's regression from 1.22 -> https://github.com/kiwigrid/k8s-sidecar/pull/231anonymized stacktrace from DEBUG log of init-container grafana-init-sc-datasources. All of our datasources are secretes configured via ExternalSecret in
extraObjects:
key. They all containk8s-sidecar-target-directory: "."
annotation.cc: @AvihaiSam