fix(helm): wrong flink checkpoint and savepoint dirs config
This commit is contained in:
@@ -125,7 +125,7 @@ flink:
|
||||
state:
|
||||
backend: rocksdb # Use RocksDB for state backend
|
||||
savepoints:
|
||||
dir: "/opt/flink/savepoints" # Directory to store savepoints
|
||||
dir: "file:///opt/flink/savepoints" # Directory to store savepoints
|
||||
pvcName: flink-savepoints-pvc # PVC for savepoints persistence
|
||||
|
||||
taskManager:
|
||||
|
||||
Reference in New Issue
Block a user