From 57c6f654bdd8adce016c5bc48eee2d2f64ba7fe1 Mon Sep 17 00:00:00 2001 From: Justin Bertrand Date: Wed, 1 Nov 2023 14:44:55 -0400 Subject: [PATCH] fix: use proper helper. --- stable/ingress-istio-controller/templates/rolebinding.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/ingress-istio-controller/templates/rolebinding.yaml b/stable/ingress-istio-controller/templates/rolebinding.yaml index b0425cb4..09fb3008 100644 --- a/stable/ingress-istio-controller/templates/rolebinding.yaml +++ b/stable/ingress-istio-controller/templates/rolebinding.yaml @@ -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 }}