fix(helm): missing namespace env for operator container
This commit is contained in:
parent
012c525915
commit
75d0557286
@ -2,5 +2,5 @@ apiVersion: v2
|
|||||||
name: flink-kube-operator
|
name: flink-kube-operator
|
||||||
description: Helm chart for flink kube operator
|
description: Helm chart for flink kube operator
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.12
|
version: 0.1.13
|
||||||
appVersion: "0.1.0"
|
appVersion: "0.1.0"
|
||||||
|
|||||||
@ -142,6 +142,9 @@ spec:
|
|||||||
value: localhost:8081
|
value: localhost:8081
|
||||||
- name: SAVEPOINT_PATH
|
- name: SAVEPOINT_PATH
|
||||||
value: file://{{ .Values.flink.state.savepoints.dir }}
|
value: file://{{ .Values.flink.state.savepoints.dir }}
|
||||||
|
- name: NAMESPACE
|
||||||
|
value: "{{ .Release.Namespace }}"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
BIN
helm/flink-kube-operator-0.1.13.tgz
Normal file
BIN
helm/flink-kube-operator-0.1.13.tgz
Normal file
Binary file not shown.
@ -3,7 +3,17 @@ entries:
|
|||||||
flink-kube-operator:
|
flink-kube-operator:
|
||||||
- apiVersion: v2
|
- apiVersion: v2
|
||||||
appVersion: 0.1.0
|
appVersion: 0.1.0
|
||||||
created: "2025-03-04T18:04:35.492256662+03:30"
|
created: "2025-03-04T23:13:19.698003661+03:30"
|
||||||
|
description: Helm chart for flink kube operator
|
||||||
|
digest: d104b9242362415a7b920e4e2af975730e208ff73db17b8d2afd11ea8b78b4a2
|
||||||
|
name: flink-kube-operator
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- flink-kube-operator-0.1.13.tgz
|
||||||
|
version: 0.1.13
|
||||||
|
- apiVersion: v2
|
||||||
|
appVersion: 0.1.0
|
||||||
|
created: "2025-03-04T23:13:19.697555829+03:30"
|
||||||
description: Helm chart for flink kube operator
|
description: Helm chart for flink kube operator
|
||||||
digest: f58802990389ecde00a49a442f6e83a007e281e972d07f2979657d2763fe94ba
|
digest: f58802990389ecde00a49a442f6e83a007e281e972d07f2979657d2763fe94ba
|
||||||
name: flink-kube-operator
|
name: flink-kube-operator
|
||||||
@ -131,4 +141,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- flink-kube-operator-0.1.0.tgz
|
- flink-kube-operator-0.1.0.tgz
|
||||||
version: 0.1.0
|
version: 0.1.0
|
||||||
generated: "2025-03-04T18:04:35.488770144+03:30"
|
generated: "2025-03-04T23:13:19.694944031+03:30"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user