Skip to content

Commit

Permalink
Merge pull request #14 from fxbeligat/main
Browse files Browse the repository at this point in the history
change variable used in template to generate rolebinding resource
  • Loading branch information
TTalex authored Mar 27, 2023
2 parents de5e258 + 77e0a63 commit 722fdad
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 722fdad

Please sign in to comment.