Merge pull request #1624 from ArthurSens/grafana-volume
Add extra-volume mount for plugins downloads
This commit is contained in:
@@ -100,7 +100,16 @@ function(params)
|
||||
readOnlyRootFilesystem: true,
|
||||
capabilities: { drop: ['ALL'] },
|
||||
},
|
||||
volumeMounts+: [{
|
||||
mountPath: '/tmp',
|
||||
name: 'tmp-plugins',
|
||||
readOnly: false,
|
||||
}],
|
||||
}, super.containers),
|
||||
volumes+: [{
|
||||
name: 'tmp-plugins',
|
||||
emptyDir: {},
|
||||
}],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user