arttor / helmify

Creates Helm chart from Kubernetes yaml
MIT License
1.48k stars 136 forks source link

added parser for loadBalancerSourceRanges field #156

Closed Greendor1234 closed 1 week ago

Greendor1234 commented 1 week ago

To close issue #146

I added the code to parse the field spec.loadBalancerSourceRanges if is present and in order to check the result I also added a new service in test_data/sample-app.yaml. In this way there are the two cases, the one without the field (that has no changes) and the new one with the field