Skip to content

Commit 6a99339

Browse files
authored
Merge pull request #6927 from zalando-incubator/fix-karpenter-sa
fix karpenter ServiceAccount
2 parents 8b8905c + cb6f97c commit 6a99339

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)