Consolidate Helm Charts (#1552)

This commit is contained in:
Yuhong Sun
2024-06-01 16:46:44 -07:00
committed by GitHub
parent 0ea257d030
commit 2363698c20
49 changed files with 296 additions and 1698 deletions

View File

@@ -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