fix(helm): add flink taskmanager host env to task manager

This commit is contained in:
2025-04-15 12:08:17 +03:30
parent dedbe00fba
commit 89647f3b5b
4 changed files with 10 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: v2
name: flink-kube-operator
description: Helm chart for flink kube operator
type: application
version: 1.1.1
version: 1.1.2
appVersion: "0.1.1"
dependencies:
- name: minio

View File

@@ -43,6 +43,10 @@ spec:
secretKeyRef:
name: {{ .Release.Name }}-flink-secrets
key: minio_secret_key
- name: FLINK_TASKMANAGER_HOST
valueFrom:
fieldRef:
fieldPath: spec.hostname
volumeMounts:
- name: rocksdb-storage
mountPath: /opt/flink/rocksdb