Skip to content

Commit

Permalink
Remove apiGroup for ServiceAccount RoleBinding subject (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack1902 authored Apr 10, 2024
1 parent d8c139f commit 5857edd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/k6-loadtester/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ metadata:
subjects:
- kind: ServiceAccount
name: {{ include "k6-loadtester.serviceAccountName" . }}
apiGroup: rbac.authorization.k8s.io
roleRef:
kind: Role
kind: Role
name: {{ include "k6-loadtester.fullname" . }}
apiGroup: rbac.authorization.k8s.io
{{- end }}

0 comments on commit 5857edd

Please sign in to comment.