Hi, we're using azure-metrics-exporter to export Azure Monitor metrics into our Prometheus and we want to disable automounting of serviceaccount token using automountServiceAccountToken: false flag.
automountServiceAccountToken: false
serviceAccount:
automountServiceAccountToken: false
Thx ;)