netbox: Fix unix socket handling
This commit is contained in:
parent
bcca6f1f9d
commit
e2476a4f34
1 changed files with 1 additions and 1 deletions
|
@ -75,11 +75,11 @@ spec:
|
|||
volumeMounts:
|
||||
- name: netbox-static-files
|
||||
mountPath: /opt/netbox/netbox/static
|
||||
{{- if .Values.useUnixSocket }}
|
||||
- name: netbox-config-files
|
||||
mountPath: /etc/netbox/config/gunicorn_config.py
|
||||
subPath: gunicorn_config.py
|
||||
readOnly: true
|
||||
{{- if .Values.useUnixSocket }}
|
||||
- name: netbox-socket
|
||||
mountPath: /tmp/netbox
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue