File tree Expand file tree Collapse file tree 4 files changed +3
-15
lines changed
helm/flink-kubernetes-operator Expand file tree Collapse file tree 4 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 3030 append-java-version :
3131 type : boolean
3232 default : false
33- helm-values-yaml-path :
34- required : false
35- type : string
36- default : " helm/flink-kubernetes-operator/values.yaml"
3733
3834jobs :
3935 e2e_test :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -280,8 +280,8 @@ data:
280280{{- if .Values.defaultConfiguration.append }}
281281 {{- $.Files.Get "conf/flink-conf.yaml" | nindent 4 -}}
282282{{- end }}
283- {{- if index (.Values.defaultConfiguration) "flink-conf .yaml" }}
284- {{- index (.Values.defaultConfiguration) "flink-conf .yaml" | nindent 4 -}}
283+ {{- if index (.Values.defaultConfiguration) "config .yaml" }}
284+ {{- index (.Values.defaultConfiguration) "config .yaml" | nindent 4 -}}
285285{{- end }}
286286{{- if .Values.watchNamespaces }}
287287 kubernetes.operator.watched.namespaces : {{ join "," .Values.watchNamespaces }}
Original file line number Diff line number Diff line change 2323# watchNamespaces: ["flink"]
2424
2525image :
26- repository : localhost:5000/ flink-kubernetes-operator
26+ repository : flink-kubernetes-operator
2727 pullPolicy : IfNotPresent
2828 tag : latest
2929 # If image digest is set then it takes precedence and the image tag will be ignored
You can’t perform that action at this time.
0 commit comments