-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft: Preview/mpk va 1.9.1 #107
Conversation
@@ -88,6 +97,13 @@ data: | |||
"schema.registry.url": "{{ include "nussknacker.schemaRegistryUrl" . }}" | |||
} | |||
} | |||
{{- else if and (eq .Values.nussknacker.mode "ververica") (not .Values.nussknacker.skipKafkaConfig ) }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can add or
in line 83 instead of duplicating this
@@ -185,6 +185,8 @@ nussknacker-request-response-scenario | |||
{{- define "nussknacker.modelClassPath" -}} | |||
{{- if .Values.nussknacker.modelClassPath -}} | |||
{{ tpl ( mustToJson .Values.nussknacker.modelClassPath) . }} | |||
{{- else if eq .Values.nussknacker.mode "ververica" -}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can add or 2 lines below instead of duplicating it
@@ -7,6 +7,7 @@ on: | |||
push: | |||
branches: | |||
- main | |||
- 'preview/*' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's extract these changes to separate MR and merge it now
This reverts commit f44bff7.
No description provided.