enix / helm-charts

A collection of Helm packages brought to you by Enix Monkeys :monkey_face:
https://charts.enix.io
Apache License 2.0
56 stars 19 forks source link

Making use of the netbox initializers #35

Open adw555 opened 4 years ago

adw555 commented 4 years ago

I'd like to use the chart to deploy Netbox with some new custom fields using the initializers. Would you have an example the most efficient way to do this?

initializers -- Netbox initializer file content (mounted in /opt/netbox/initializers/)

initializers: {}

Zempashi commented 4 years ago

Hi, It's supposed to be a map with key being name of file and value being content of the file. For what to use as key and value, please look at the upstream configuration: https://github.com/netbox-community/netbox-docker/tree/release/initializers and specially https://github.com/netbox-community/netbox-docker/blob/release/initializers/custom_fields.yml