Merge pull request #7387 from etashsingh/alpine-example-template

Refactored alpine-pod.yaml file to make the chart work.
pull/7466/head
Matt Farina 5 years ago committed by GitHub
commit 238bc18646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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