Skip to content

Commit

Permalink
Fix service account name instead of chart release name (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaythamke authored Aug 1, 2024
1 parent ab78d5d commit 67098e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ roleRef:
apiGroup: rbac.authorization.k8s.io
subjects:
- kind: ServiceAccount
name: {{ include "kubernetes-replicator.fullname" . }}
name: {{ include "kubernetes-replicator.serviceAccountName" . }}
namespace: {{ .Release.Namespace | quote }}
{{- end -}}

0 comments on commit 67098e4

Please sign in to comment.