mirror of https://github.com/helm/helm
* the template refers to .Values.Name but the values.yaml file has a name field with a lowercase "n". Figured changing this is the right move since yaml is case sensitive.pull/909/head
parent
62eb4f3ae2
commit
ebaf5a2243
@ -1,2 +1,2 @@
|
||||
# The pod name
|
||||
name: my-alpine
|
||||
Name: my-alpine
|
||||
|
Loading…
Reference in new issue