netbox-community / netbox-chart

A Helm chart for NetBox
https://netbox.readthedocs.io/
Apache License 2.0
261 stars 153 forks source link

Split Python files from ConfigMap #327

Closed LeoColomb closed 2 months ago

LeoColomb commented 2 months ago

The purpose of this PR is to isolate Python files used in the Helm chart to apply usual tests and checks on them. This should help to maintain these scripts:

From a more opinionated PoV, I believe keeping Python files away from Helm chart templating would ensure more stable scripts and less breaking changes there.