mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 12:03:54 +02:00
Consolidate Helm Charts (#1552)
This commit is contained in:
@@ -22,15 +22,3 @@ spec:
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: env-configmap
|
||||
volumeMounts:
|
||||
- name: dynamic-storage
|
||||
mountPath: /home/storage
|
||||
- name: file-connector-storage
|
||||
mountPath: /home/file_connector_storage
|
||||
volumes:
|
||||
- name: dynamic-storage
|
||||
persistentVolumeClaim:
|
||||
claimName: dynamic-pvc
|
||||
- name: file-connector-storage
|
||||
persistentVolumeClaim:
|
||||
claimName: file-connector-pvc
|
||||
|
Reference in New Issue
Block a user