Merge pull request #1808 from berndonline/main

jsonnet: enable automountServiceAccountToken for prometheus service account
This commit is contained in:
Paweł Krupa 2022-07-19 10:41:06 +02:00 committed by GitHub
commit dfb622fe61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -1,5 +1,5 @@
apiVersion: v1 apiVersion: v1
automountServiceAccountToken: false automountServiceAccountToken: true
kind: ServiceAccount kind: ServiceAccount
metadata: metadata:
labels: labels: