CloudHealth / helm

Apache License 2.0
8 stars 14 forks source link

hostNetwork support in helm chart #121

Closed mrfelek closed 3 months ago

mrfelek commented 5 months ago

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 }}