netbox: Support new report/script handling
This commit is contained in:
parent
4d99ea41f9
commit
5c3f524a22
2 changed files with 9 additions and 2 deletions
|
@ -10,7 +10,7 @@ icon: https://raw.githubusercontent.com/digitalocean/netbox/develop/netbox/proje
|
||||||
appVersion: 3.5.1
|
appVersion: 3.5.1
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 5.3.0
|
version: 5.4.0
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Alexander Olofsson
|
- name: Alexander Olofsson
|
||||||
email: ace@haxalot.com
|
email: ace@haxalot.com
|
||||||
|
|
|
@ -93,7 +93,14 @@ spec:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /etc/netbox/media
|
mountPath: /opt/netbox/netbox/media
|
||||||
|
subPath: media
|
||||||
|
- name: data
|
||||||
|
mountPath: /opt/netbox/netbox/reports
|
||||||
|
subPath: reports
|
||||||
|
- name: data
|
||||||
|
mountPath: /opt/netbox/netbox/scripts
|
||||||
|
subPath: scripts
|
||||||
{{- if .Values.extraConfiguration }}
|
{{- if .Values.extraConfiguration }}
|
||||||
- name: netbox-extra-config
|
- name: netbox-extra-config
|
||||||
mountPath: /etc/netbox/config/extra.py
|
mountPath: /etc/netbox/config/extra.py
|
||||||
|
|
Loading…
Reference in a new issue