Hello, Please add "hostNetwork" parameter support in helm chart example: values.yaml: ``` # -- Run the controller on the host network hostNetwork: false ``` deployment.yaml: ``` spec: template: spec: hostNetwork: {{ .Values.hostNetwork }} ```
Hello,
Please add "hostNetwork" parameter support in helm chart
example:
values.yaml:
deployment.yaml: