You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source Connector and version: (if applicable example Salesforce 0.2.3)
Destination Connector and version: (if applicable example Postgres 0.3.3)
Step where error happened: Deploy
Current Behavior
Error: YAML parse error on airbyte/charts/worker/templates/deployment.yaml: error converting YAML to JSON: yaml: line 300: mapping values are not allowed in this context
helm.go:84: [debug] error converting YAML to JSON: yaml: line 300: mapping values are not allowed in this context
YAML parse error on airbyte/charts/worker/templates/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:165
helm.sh/helm/v3/pkg/action.(*Install).RunWithContext
helm.sh/helm/v3/pkg/action/install.go:259
main.runInstall
helm.sh/helm/v3/cmd/helm/install.go:264
main.newTemplateCmd.func2
helm.sh/helm/v3/cmd/helm/template.go:82
github.com/spf13/cobra.(*Command).execute
github.com/spf13/cobra@v1.4.0/command.go:856
github.com/spf13/cobra.(*Command).ExecuteC
github.com/spf13/cobra@v1.4.0/command.go:974
github.com/spf13/cobra.(*Command).Execute
github.com/spf13/cobra@v1.4.0/command.go:902
main.main
helm.sh/helm/v3/cmd/helm/helm.go:83
runtime.main
runtime/proc.go:255
runtime.goexit
runtime/asm_arm64.s:1133
Environment
Current Behavior
incorrectly rendered yaml
Expected Behavior
extraContainers
in values are properly rendered.sample correctly rendered yaml
Logs
Steps to Reproduce
worker.extraContainers
,global.extraContainers
,metrics.extraContainers
,server.extraContainers
,temporal.extraContainers
, orwebapp.extraContainers
Are you willing to submit a PR?
yes
The text was updated successfully, but these errors were encountered: