We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there!
I'm experiencing issues after #539 was introduced in 0.45.0
0.45.0
Additional custom PodLabels being merged to the previous line (at least for web and admintools in my case)
web
admintools
We have custom PodLabel set like this in values.yaml
admintools: podLabels: grafana.xxx.com/component-type: infra
Which resulted in (output of helm template command)
helm template
template: metadata: labels: app.kubernetes.io/component: admintools app.kubernetes.io/name: temporal helm.sh/chart: temporal-0.45.0 app.kubernetes.io/managed-by: Helm app.kubernetes.io/instance: release-name app.kubernetes.io/version: "1.25.0" app.kubernetes.io/part-of: temporalgrafana.xxx.com/component-type: infra
and corresponding mapping error:
error converting YAML to JSON: yaml: line 29: mapping values are not allowed in this context
0.44.0
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What are you really trying to do?
Hi there!
I'm experiencing issues after #539 was introduced in
0.45.0
Describe the bug
Additional custom PodLabels being merged to the previous line (at least for
web
andadmintools
in my case)We have custom PodLabel set like this in values.yaml
Which resulted in (output of
helm template
command)and corresponding mapping error:
Environment/Versions
0.44.0
Additional context
The text was updated successfully, but these errors were encountered: