Skip to content

Commit 45634da

Browse files
committed
tpl in values
1 parent 26a68e3 commit 45634da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • linux/sample-helm-chart-statefulset-deployment

linux/sample-helm-chart-statefulset-deployment/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ image:
88
repository: mcr.microsoft.com/mssql/server
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "2019-latest"
11+
tag: 2019-latest
1212

1313
ACCEPT_EULA: "Yes"
14-
MSSQL_PID: {{ .Product_KEY | default "Developer" }}
14+
MSSQL_PID: {{ tpl .Values.Product_KEY . | default "Developer" }}
1515
MSSQL_AGENT_ENABLED: false
1616

1717
containers:

0 commit comments

Comments
 (0)