feature: pvc支持本地盘+配置sc (#104)

This commit is contained in:
hhhhsc701
2025-11-24 17:29:32 +08:00
committed by GitHub
parent c1352ab91f
commit fb399b74cf
6 changed files with 273 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
# Declare variables to be passed into your templates.
global:
namespace: datamate
deerFlow:
enable: false
image:
@@ -27,6 +28,8 @@ global:
public:
persistentVolumeClaim:
storageClass: ""
storagePath: ""
storageNode: ""
size:
dataset: 10Gi
flow: 1Gi