Allow node-exporter to use hostPath volumes

Signed-off-by: ArthurSens <arthursens2005@gmail.com>
This commit is contained in:
ArthurSens
2021-03-12 20:51:15 +00:00
parent 98559a0f42
commit e8abcd3dc9

View File

@@ -214,6 +214,9 @@ local restrictedPodSecurityPolicy = {
},
],
readOnlyRootFilesystem: true,
volumes+: [
'hostPath',
],
},
},
},