jitsi-contrib/jitsi-helm

jibri on master branch breaks helm

JuniorJPDJ opened this issue · 1 comments

I'm trying to setup meet recording, I first used the release, but after being unable to start jibri I tried master branch.
Only enabling jibri on master branch causes templating error:

Error: YAML parse error on jitsi-meet/templates/jibri/deployment.yaml: error converting YAML to JSON: yaml: line 76: mapping values are not allowed in this context
helm.go:84: [debug] error converting YAML to JSON: yaml: line 76: mapping values are not allowed in this context
YAML parse error on jitsi-meet/templates/jibri/deployment.yaml
helm.sh/helm/v3/pkg/releaseutil.(*manifestFile).sort
        helm.sh/helm/v3/pkg/releaseutil/manifest_sorter.go:146
helm.sh/helm/v3/pkg/releaseutil.SortManifests
        helm.sh/helm/v3/pkg/releaseutil/manifest_sorter.go:106
helm.sh/helm/v3/pkg/action.(*Configuration).renderResources
        helm.sh/helm/v3/pkg/action/action.go:168
helm.sh/helm/v3/pkg/action.(*Install).RunWithContext
        helm.sh/helm/v3/pkg/action/install.go:304
main.runInstall
        helm.sh/helm/v3/cmd/helm/install.go:306
main.newTemplateCmd.func2
        helm.sh/helm/v3/cmd/helm/template.go:95
github.com/spf13/cobra.(*Command).execute
        github.com/spf13/cobra@v1.8.0/command.go:983
github.com/spf13/cobra.(*Command).ExecuteC
        github.com/spf13/cobra@v1.8.0/command.go:1115
github.com/spf13/cobra.(*Command).Execute
        github.com/spf13/cobra@v1.8.0/command.go:1039
main.main
        helm.sh/helm/v3/cmd/helm/helm.go:83
runtime.main
        runtime/proc.go:267
runtime.goexit
        runtime/asm_amd64.s:1650

Fixed in fa1c3f4 and d4d0cec. :)