Skip to content

Commit

Permalink
fix: use proper helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Bertrand committed Nov 1, 2023
1 parent 4ba697f commit 57c6f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/ingress-istio-controller/templates/rolebinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ roleRef:
name: {{ include "ingress-istio-controller.fullname" . }}
subjects:
- kind: ServiceAccount
name: {{ include "ingress-istio-controller.fullname" . }}
name: {{ include "ingress-istio-controller.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}

0 comments on commit 57c6f65

Please sign in to comment.