Skip to content

Commit 8e39cc0

Browse files
karpenter: add .Values prefix
Update template to use .Values prefix to access UserData. Signed-off-by: Alexander Yastrebov <[email protected]>
1 parent c8642b3 commit 8e39cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/node-pools/worker-karpenter/provisioners.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
# {{ end}}
5858
#{{ end}}
5959
userData: |
60-
{{.UserData | indent 4}}
60+
{{ .Values.UserData | indent 4 }}
6161
---
6262
apiVersion: karpenter.sh/v1beta1
6363
kind: NodePool

0 commit comments

Comments
 (0)