fix: missing savepoint path env in operator deployment
This commit is contained in:
@@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: flink-kube-operator
|
||||
description: Helm chart for flink kube operator
|
||||
type: application
|
||||
version: 0.1.7
|
||||
version: 0.1.8
|
||||
appVersion: "0.1.0"
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user