fix(helm): no config-map error in operator deployment
This commit is contained in:
parent
d3fd04b20c
commit
5bf3571e4b
@ -45,14 +45,6 @@ spec:
|
|||||||
value: {{ .Values.config.flinkApiUrl }}
|
value: {{ .Values.config.flinkApiUrl }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
|
||||||
- name: config-volume
|
|
||||||
mountPath: /config.yaml
|
|
||||||
subPath: config.yaml
|
|
||||||
volumes:
|
|
||||||
- name: config-volume
|
|
||||||
configMap:
|
|
||||||
name: {{ .Release.Name }}-config # Name of the ConfigMap
|
|
||||||
|
|
||||||
|
|
||||||
{{- with .Values.nodeSelector }}
|
{{- with .Values.nodeSelector }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user