diff --git a/charts/netbox/templates/deployment.yaml b/charts/netbox/templates/deployment.yaml index 6e3ab31..eee7f38 100644 --- a/charts/netbox/templates/deployment.yaml +++ b/charts/netbox/templates/deployment.yaml @@ -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 }}