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

@@ -2,5 +2,5 @@ apiVersion: v2
name: flink-kube-operator
description: Helm chart for flink kube operator
type: application
version: 0.1.6
version: 0.1.7
appVersion: "0.1.0"

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