mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-09-01 11:51:50 +02:00
Merge pull request #1808 from berndonline/main
jsonnet: enable automountServiceAccountToken for prometheus service account
This commit is contained in:
commit
dfb622fe61
@ -149,7 +149,7 @@ function(params) {
|
|||||||
apiVersion: 'v1',
|
apiVersion: 'v1',
|
||||||
kind: 'ServiceAccount',
|
kind: 'ServiceAccount',
|
||||||
metadata: p._metadata,
|
metadata: p._metadata,
|
||||||
automountServiceAccountToken: false,
|
automountServiceAccountToken: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
service: {
|
service: {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: true
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user