Quantcast
Channel: Helm upgrade fails with error: expects " or n, but found t - Stack Overflow
Browsing latest articles
Browse All 5 View Live

Answer by Suresh Ganesan for Helm upgrade fails with error: expects " or n,...

Helm lint - Will not capture this error.For env values / Boolean check - It is recommended to use quote. Below is an example, Assuming zookeeperConnectionTimeout has an entry in values.ymlvalue: { {...

View Article



Answer by Karson for Helm upgrade fails with error: expects " or n, but found t

I ran into this adding an annotation from PowerShell. Tried several things before discovering <double><single><value><single><double>helm upgrade userprofile...

View Article

Answer by Mohammad Faraz for Helm upgrade fails with error: expects " or n,...

I ran into a similar problem and apparently it turns out Kubernetes's Pod specification requires environment variable values to be coerced as strings, so integers need to be passed through quote.So, in...

View Article

Answer by vikas ray for Helm upgrade fails with error: expects " or n, but...

Add double quotes and update the deployment.yaml with following changesIn deployment.yaml file value: {{ .Values.environment.TEMP }} value: {{ quote .Values.environment.TEMP }}In Values.yaml...

View Article

Helm upgrade fails with error: expects " or n, but found t

I'm trying to add a new pod to my helm chart, it passes validation (helm lint) but fails at last stage of deployment:Mon Dec 16 10:01:58 2019 INFO Running helm install/upgrade for xyz-stg UPGRADE...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images