enable automountServiceAccountToken for prometheus
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user