Volume mount on SCC as requirement for running Falco

56 Views Asked by At

Is it possible to run falco with removing several volume value on scc ? for example just putting hostpath only as value on falco SCC because on the environment (OCP & k8s) only permitted to access hostpath only..

as i see, the value on SCC falco yaml is:

Volume:
 - configMap
 - emptyDir
 - secret
 - hostpath

thanks

0

There are 0 best solutions below