fix: missing savepoint path env in operator deployment

This commit is contained in:
2024-12-25 01:46:20 +03:30
parent 0bc45845dc
commit e4f756666d
4 changed files with 22 additions and 10 deletions

View File

@@ -43,6 +43,8 @@ spec:
env:
- name: FLINK_API_URL
value: {{ .Values.config.flinkApiUrl }}
- name: SAVEPOINT_PATH
value: file://{{ .Values.flink.state.savepoints.dir }}
resources:
{{- toYaml .Values.resources | nindent 12 }}