fix(helm): wrong flink checkpoint and savepoint dirs config

This commit is contained in:
2024-12-09 01:51:40 +03:30
parent f06a391359
commit 3912ecef44
2 changed files with 2 additions and 1 deletions

View File

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