Refactored alpine-pod.yaml file to make the example work in accordance to the Values.yaml file

Signed-off-by: etashsingh <etashsingh29@gmail.com>
pull/7387/head
etashsingh 5 years ago
parent f35719a62a
commit e2e21342fd

@ -14,7 +14,7 @@ metadata:
app.kubernetes.io/version: {{ .Chart.AppVersion }}
# This makes it easy to audit chart usage.
helm.sh/chart: "{{.Chart.Name}}-{{.Chart.Version}}"
values: {{.Values.test.Name}}
values: {{.Values.Name}}
spec:
# This shows how to use a simple value. This will look for a passed-in value
# called restartPolicy. If it is not found, it will use the default value.

Loading…
Cancel
Save