Skip to content

Commit

Permalink
Removed unnecesary configuration fields
Browse files Browse the repository at this point in the history
  • Loading branch information
pielas committed Oct 4, 2023
1 parent 4d09242 commit 56e3f99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: nussknacker
version: 1.10.1-mpk-7
version: 1.10.1-mpk-8
description: Nussknacker - a design, development, and deployment tool for stream processing
home: https://nussknacker.io/
icon: https://nussknacker.io/wp-content/uploads/2021/10/Nussknacker-short-black.svg
Expand Down
2 changes: 0 additions & 2 deletions src/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ data:
{{- if eq .Values.nussknacker.mode "ververica" }}
deploymentConfig: {
type: "ververica"
workspace: {{ .Values.nussknacker.workspace }}
username: {{ .Values.nussknacker.username | quote }}
password: {{ .Values.nussknacker.password | quote }}
remoteSyslogIp: {{ .Values.nussknacker.remoteSyslogIp | quote }}
Expand Down Expand Up @@ -80,7 +79,6 @@ data:
modelConfig: {
classPath: {{ include "nussknacker.modelClassPath" . }}
remoteClassPath: {{ .Values.nussknacker.remoteClassPath | default "[]" }}
{{- if and (eq .Values.nussknacker.mode "flink") (not .Values.nussknacker.skipKafkaConfig ) }}
components.kafka.config {
kafkaProperties {
Expand Down

0 comments on commit 56e3f99

Please sign in to comment.