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