redpanda-connect-helm-chart
redpanda-connect-helm-chart copied to clipboard
Allow streams without using a config map
Add the possibiliy to run in streams mode without provinding a config map when we only want to use the api :
{{- if .Values.streams.enabled }} - "streams"
instead of
{{- if and .Values.streams.enabled .Values.streams.streamsConfigMap }} - "streams"
In deployement.yaml line 68