Skip to content

Commit cb6f97c

Browse files
committed
fix karpenter ServiceAccount
1 parent 8b8905c commit cb6f97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/manifests/z-karpenter/01-serviceaccount.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ metadata:
1010
application: kubernetes
1111
component: karpenter
1212
annotations:
13-
iam.amazonaws.com/role: '{{ .LocalID }}-app-karpenter'
14-
{{end}}
13+
iam.amazonaws.com/role: '{{ .Cluster.LocalID }}-app-karpenter'
14+
{{end}}

0 commit comments

Comments
 (0)