From 5bf3571e4be4926fa4fedd38e52ee724b168a2dc Mon Sep 17 00:00:00 2001 From: Mohammadreza Khani Date: Fri, 13 Dec 2024 02:47:54 +0330 Subject: [PATCH] fix(helm): no config-map error in operator deployment --- helm/templates/operator/deployment.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/helm/templates/operator/deployment.yaml b/helm/templates/operator/deployment.yaml index 9450037..8466a80 100644 --- a/helm/templates/operator/deployment.yaml +++ b/helm/templates/operator/deployment.yaml @@ -45,14 +45,6 @@ spec: value: {{ .Values.config.flinkApiUrl }} resources: {{- 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 }}