Allow node-exporter to use hostPath volumes

Signed-off-by: ArthurSens <arthursens2005@gmail.com>
This commit is contained in:
ArthurSens
2021-03-18 20:57:48 +00:00
parent 98559a0f42
commit e8abcd3dc9
@@ -214,6 +214,9 @@ local restrictedPodSecurityPolicy = {
},
],
readOnlyRootFilesystem: true,
volumes+: [
'hostPath',
],
},
},
},