Describe the feature
Currently helm chart doesn't provide ability to set 'hostNetwork'.
Optional: Is your feature request related to a problem? Please describe.
When using Calico we require to have hostNetwork set true.
Optional: Implementation ideas
Add following in deployment.yaml file
spec:
hostNetwork: {{.Values.kubernetes.deployment.hostNetwork }}
Optional: Additional context
Describe the feature
Currently helm chart doesn't provide ability to set 'hostNetwork'.
Optional: Is your feature request related to a problem? Please describe.
When using Calico we require to have hostNetwork set true.
Optional: Implementation ideas
Add following in deployment.yaml file
spec:
hostNetwork: {{.Values.kubernetes.deployment.hostNetwork }}
Optional: Additional context