itzg / minecraft-server-charts

MIT License
279 stars 144 forks source link

mc-router: extraServiceSpec wrong indentation #217

Closed Edouard127 closed 3 months ago

Edouard127 commented 3 months ago

The router-service.yaml template uses the wrong indentation number and function as showed here image

The nindent prepends the value with a new-line while the indent doesn't This means that the template would generate like this

extraServiceSpec:    ipFamilies: - IPv4 -IPv6

I will be submitting a pull request to fix this