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

Fix kube-controller-manager template error when networking.podSubnet is set in values #10

Merged
merged 1 commit into from
Nov 30, 2021

Conversation

ikeeip
Copy link
Contributor

@ikeeip ikeeip commented Nov 30, 2021

This patch fixes template rendering error when networking.podSubnet is set.

$ helm template foo ./deploy/helm/kubernetes --set-string=networking.podSubnet=10.112.0.0/12
Error: YAML parse error on kubernetes/templates/controller-manager-deployment.yaml: error converting YAML to JSON: yaml: line 50: could not find expected ':'

Use --debug flag to render out invalid YAML

@kvaps kvaps merged commit d4fc3bc into aenix-io:master Nov 30, 2021
@kvaps
Copy link
Member

kvaps commented Nov 30, 2021

Thank you, merged in v0.13.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants