Skip to content

Commit

Permalink
fix work sa name in old kube cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Zhiwei Yin <zyin@redhat.com>
  • Loading branch information
zhiweiyin318 committed Sep 18, 2023
1 parent bd4982f commit e88517d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ roleRef:
name: cluster-admin
subjects:
- kind: ServiceAccount
name: {{ .KlusterletName }}-work-sa
name: {{ .WorkServiceAccount }}
namespace: {{ .KlusterletNamespace }}

0 comments on commit e88517d

Please sign in to comment.