Hello,
While upgrading stream-helm version to 1.9.0, it is blocking us with
"YAML parse error on stream/templates/config.yml: error converting YAML to JSON: yaml: line 18: did not find expected key"
It seems the latest changes made and introduction to extraInternalConfig is causing an issue as it is missing from values.
{{- if .Values.extraInternalConfig }}
Extra configuration injected by extraIntenralConfig
{{ .Values.extraInternalConfig | nindent 2 }}
{{- end }}