Skip to content

Commit

Permalink
Merge pull request #12 from saturncloud/bhperry/fix-role-name
Browse files Browse the repository at this point in the history
Pass correct context
  • Loading branch information
bhperry authored Sep 25, 2024
2 parents 9232c49 + a36b2cd commit 1f31706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/httpreq-webhook/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ roleRef:
subjects:
- apiGroup: ""
kind: ServiceAccount
name: {{ include "httpreq-webhook.fullname" . }}
name: {{ include "httpreq-webhook.fullname" $ }}
namespace: {{ $.Release.Namespace }}
{{- end }}
{{- end }}

0 comments on commit 1f31706

Please sign in to comment.