fix(flink): wrong upload dir prop

This commit is contained in:
2024-12-20 18:09:55 +03:30
parent b8e051911e
commit 0bc45845dc
4 changed files with 22 additions and 9 deletions

View File

@@ -67,6 +67,9 @@ spec:
- name: flink-data
mountPath: {{ .Values.flink.state.data.dir }}/checkpoints
subPath: checkpoints
- name: flink-data
mountPath: {{ .Values.flink.state.data.dir }}/web-upload
subPath: web-upload
- name: flink-ha
mountPath: {{ .Values.flink.state.ha.dir }}
- name: flink-savepoints