Skip to content

Commit

Permalink
Correct the service account name in role binding
Browse files Browse the repository at this point in the history
  • Loading branch information
supl committed May 6, 2024
1 parent d9991a4 commit 1e1f690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
{{- include "scalar-manager.labels" . | nindent 4 }}
subjects:
- kind: ServiceAccount
name: {{ include "scalar-manager.fullname" . }}
name: {{ include "scalar-manager.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
apiGroup: ""
roleRef:
Expand Down

0 comments on commit 1e1f690

Please sign in to comment.