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
Chart installation fails with following error while trying to add labels to the collector, using collectors.labels or defaultCRConfig.labels
Error: UPGRADE FAILED: YAML parse error on opentelemetry-kube-stack/templates/collector.yaml: error converting YAML to JSON: yaml: line 9: did not find expected key
helm template debug output is as follows
Error: YAML parse error on opentelemetry-kube-stack/templates/collector.yaml: error converting YAML to JSON: yaml: line 9: did not find expected key
helm.go:84: [debug] error converting YAML to JSON: yaml: line 9: did not find expected key
YAML parse error on opentelemetry-kube-stack/templates/collector.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/[email protected]/command.go:983
github.com/spf13/cobra.(*Command).ExecuteC
github.com/spf13/[email protected]/command.go:1115
github.com/spf13/cobra.(*Command).Execute
github.com/spf13/[email protected]/command.go:1039
main.main
helm.sh/helm/v3/cmd/helm/helm.go:83
runtime.main
runtime/proc.go:271
runtime.goexit
runtime/asm_amd64.s:1695
Observation
Chart installation fails with following error while trying to add labels to the collector, using
collectors.labels
ordefaultCRConfig.labels
helm template debug output is as follows
Chart version: version: 0.3.3
Chart name: opentelemetry-kube-stack
The text was updated successfully, but these errors were encountered: