senthilrch / kube-fledged

A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly
Apache License 2.0
1.26k stars 119 forks source link

Invalid YAML when setting controller.hostNetwork=true #192

Open ChevronTango opened 1 year ago

ChevronTango commented 1 year ago

There seems to be an issue with the rendered yaml when setting controller.hostNetwork=true. The spec: and hostNetwork: keys end up on the same line and helm fails to process it correctly. Eg.

spec:hostNetwork: true

Rather than

spec:
  hostNetwork: true