Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix serviceaccount name (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
isihu committed Aug 1, 2024
1 parent cb0c6c3 commit 737b9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dvpe-tenants/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
name: {{ $tenant.name }}-sa
namespace: {{ $.Release.Namespace }}
annotations:
kubernetes.io/service-account.name: {{ $.Release.Namespace }}
kubernetes.io/service-account.name: {{ $tenant.name }}
type: kubernetes.io/service-account-token
---
{{- end }}
Expand Down

0 comments on commit 737b9c0

Please sign in to comment.