Skip to content

Commit

Permalink
change variable used in template to generate rolebinding resource
Browse files Browse the repository at this point in the history
  • Loading branch information
fxbeligat committed Feb 15, 2023
1 parent c66fd68 commit 77e0a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ roleRef:
name: {{ .metadata.name }}
subjects:
- kind: ServiceAccount
name: {{ .metadata.name }}
name: {{ .serviceAccountName }}
namespace: {{ .metadata.namespace }}
{{- end }}

0 comments on commit 77e0a63

Please sign in to comment.