enable automountServiceAccountToken for prometheus
This commit is contained in:
@@ -149,7 +149,7 @@ function(params) {
|
||||
apiVersion: 'v1',
|
||||
kind: 'ServiceAccount',
|
||||
metadata: p._metadata,
|
||||
automountServiceAccountToken: false,
|
||||
automountServiceAccountToken: true,
|
||||
},
|
||||
|
||||
service: {
|
||||
|
||||
Reference in New Issue
Block a user