Twingate / helm-charts

Official Twingate Helm Charts
MIT License
12 stars 13 forks source link

Added option for enabling hostNetwork for pod #25

Closed KR-Ravindra closed 1 year ago

KR-Ravindra commented 1 year ago

Pull Request:

Feature: Adds host network capabilities to pod First Raised: Issue #24

Changes: When helm template is baked, it checks if value true is supplied for hostNetwork; If yes then this will enable hostNetwork.

Benefits:

ekampf commented 1 year ago

@KR-Ravindra in order to merge and publish this change can you please also add the hostNetwork to the chart's README and also increase the chart's minor patch version? (0.1.14 -> 0.1.15)

KR-Ravindra commented 1 year ago

Hey @ekampf / @romankor ; I had updated the chart's minor version and also added information in chart's README.md. Can you review this now?

ekampf commented 1 year ago

@KR-Ravindra thanks! merging...