Open ojswedbank opened 1 year ago
I think from the config, the service account refers to this block.
serviceAccount:
create: true
name: grafana-init-sa
labels: {kraken-init}
If yes, it does not refer Service account of Grafana instead it refers to Service Account of Kubernetes as seen from this helm chart template.
I am creating/configuring a service account(SA) in the helm chart.
It is created(in the k8s namespace as a secret), however, when I try to use its token in a HTTP/REST API call e.g. get folders, it says: "invalid API key"
The idea is whenever Grafana is installed from scratch, an SA should be provisioned. This SA token will be then used for accessing the REST API.
Chart.yaml
(partial) values.yaml