Hi I want to launch spark engine using kyuubi on k8s and configure authz plugin. Plugin is configured by placing config files under spark/conf directory. But Kyuubi itself creates config map and mounts it in this directory, so I cannot mount authz config. What is the way to configure authz plugin when launching engine in k8s?
Please advise