fix(helm): no config-map error in operator deployment

This commit is contained in:
Mohamad Khani 2024-12-13 02:47:54 +03:30
parent d3fd04b20c
commit 5bf3571e4b

View File

@ -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 }}