File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 helm :
2020 fileParameters :
2121 - name : nautobot.config
22- path : $understack/components/nautobot/nautobot_config.py
22+ path : {{ $.Values.site.nautobot_worker.nautobot_config }}
2323 ignoreMissingValueFiles : true
2424 releaseName : nautobot-worker
2525 valueFiles :
Original file line number Diff line number Diff line change 1919 helm :
2020 fileParameters :
2121 - name : nautobot.config
22- path : $understack/components/ nautobot/nautobot_config.py
22+ path : {{ $.Values.global. nautobot.nautobot_config }}
2323 ignoreMissingValueFiles : true
2424 releaseName : nautobot
2525 valueFiles :
Original file line number Diff line number Diff line change @@ -144,6 +144,9 @@ global:
144144 # -- Enable/disable deploying Nautobot
145145 # @default -- false
146146 enabled : false
147+ # -- config file to use for Nautobot scoped to either $understack or $deploy repo
148+ # @default -- $understack/components/nautobot/nautobot_config.py
149+ nautobot_config : ' $understack/components/nautobot/nautobot_config.py'
147150
148151 # -- Nautobot API token generation jobs
149152 nautobot_api_tokens :
@@ -561,6 +564,9 @@ site:
561564 # -- Enable/disable deploying Nautobot workers at the site level
562565 # @default -- false
563566 enabled : false
567+ # -- config file to use for Nautobot scoped to either $understack or $deploy repo
568+ # @default -- $understack/components/nautobot/nautobot_config.py
569+ nautobot_config : ' $understack/components/nautobot/nautobot_config.py'
564570
565571 # -- SNMP exporter for network device monitoring
566572 snmp_exporter :
You can’t perform that action at this time.
0 commit comments