diff --git a/jsonnet/kube-prometheus/components/prometheus.libsonnet b/jsonnet/kube-prometheus/components/prometheus.libsonnet
index 3b85906d534be71442b8ccbb7eb7c0f6f685ee48..f72f19f9cfa2e96c0f53146fb0ead8d6fe7c029f 100644
--- a/jsonnet/kube-prometheus/components/prometheus.libsonnet
+++ b/jsonnet/kube-prometheus/components/prometheus.libsonnet
@@ -149,7 +149,7 @@ function(params) {
     apiVersion: 'v1',
     kind: 'ServiceAccount',
     metadata: p._metadata,
-    automountServiceAccountToken: false,
+    automountServiceAccountToken: true,
   },
 
   service: {