Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/grafana] syntax error in deployment.yaml in grafana 3.5.6 #15134

Closed
rshutt opened this issue Jun 28, 2019 · 1 comment · Fixed by #15149
Closed

[stable/grafana] syntax error in deployment.yaml in grafana 3.5.6 #15134

rshutt opened this issue Jun 28, 2019 · 1 comment · Fixed by #15149

Comments

@rshutt
Copy link

rshutt commented Jun 28, 2019

Describe the bug
Today, a new helm chart for grafana was release. This was in it:

"command": ["/bin/sh"],

It caused the YAML parser much chagrin. Those quotes around the key name are no bueno. The next line "args": also has the same issue. Seems like it may have been a bug in converting from JSON to YAML?

Version of Helm and Kubernetes:
v2.14.1 and EKS v1.12.6

Which chart: grafana

What happened: YAML parser fail, doesn't install, rolled back to 3.5.4 I believe from 3.5.6

What you expected to happen: Things installed

How to reproduce it (as minimally and precisely as possible): Just try to do a helm install grafana/stable -n grafana --namespace grafana and watch it go. Make sure do do the repo update and the delete --purge first.

Anything else we need to know: Not really.

@rshutt rshutt changed the title [name of the chart e.g. stable/chart] issue title [stable/grafana] syntax error in deployment.yaml in grafana 3.5.6 Jun 29, 2019
@obeyler
Copy link
Contributor

obeyler commented Jul 1, 2019

Sorry it's due to my last PR I don't understand why some "" have been added
I'll fix that quikly

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants