Skip to content

Commit ac560d8

Browse files
authored
Fix ClusterRole name (#112)
1 parent 458d2ad commit ac560d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-charts/nginx-ingress/templates/rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ subjects:
1111
namespace: {{ .Release.Namespace }}
1212
roleRef:
1313
kind: ClusterRole
14-
name: {{ include "nginx-ingress.fullname" . }}
14+
name: nginx-ingress-operator-nginx-ingress-admin
1515
apiGroup: rbac.authorization.k8s.io
1616
{{- end }}

0 commit comments

Comments
 (0)