loft-sh / jspolicy

jsPolicy - Easier & Faster Kubernetes Policies using JavaScript or TypeScript

Home Page:https://www.jspolicy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose hostNetwork settings in helm chart values

yosefsaputra opened this issue · comments

When installing jspolicy in a kubernetes cluster with calico CNI, it needs to be installed with hostNetwork=true. However, this option is not exposed in the helm chart values.

As workaround, we can do post-installation deployment patch

We also need this, it's forcing us to do some hacks which are not pleasant. any updates?