loft-sh / jspolicy

jsPolicy - Easier & Faster Kubernetes Policies using JavaScript or TypeScript
https://www.jspolicy.com
Apache License 2.0
353 stars 35 forks source link

Expose hostNetwork settings in helm chart values #95

Open yosefsaputra opened 1 year ago

yosefsaputra commented 1 year ago

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

jaredhancock31 commented 9 months ago

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