Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid YAML when setting controller.hostNetwork=true #192

Open
ChevronTango opened this issue Nov 25, 2022 · 0 comments
Open

Invalid YAML when setting controller.hostNetwork=true #192

ChevronTango opened this issue Nov 25, 2022 · 0 comments
Assignees
Labels
bug Something isn't working done Code pushed to develop branch
Milestone

Comments

@ChevronTango
Copy link

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
@senthilrch senthilrch self-assigned this Mar 5, 2023
@senthilrch senthilrch added the bug Something isn't working label Mar 5, 2023
@senthilrch senthilrch added this to the v0.11.0 milestone Mar 5, 2023
@senthilrch senthilrch added the done Code pushed to develop branch label Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done Code pushed to develop branch
Projects
None yet
Development

No branches or pull requests

2 participants