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