fix: missing ha pvc
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.2
|
||||
version: 0.1.3
|
||||
appVersion: "0.1.0"
|
||||
|
||||
10
helm/chart/templates/flink/ha.pvc.yaml
Normal file
10
helm/chart/templates/flink/ha.pvc.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: {{ .Values.flink.state.ha.pvcName }}
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: {{ .Values.flink.state.ha.size }} # Use size defined in values.yaml
|
||||
Reference in New Issue
Block a user