We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458d2ad commit ac560d8Copy full SHA for ac560d8
helm-charts/nginx-ingress/templates/rbac.yaml
@@ -11,6 +11,6 @@ subjects:
11
namespace: {{ .Release.Namespace }}
12
roleRef:
13
kind: ClusterRole
14
- name: {{ include "nginx-ingress.fullname" . }}
+ name: nginx-ingress-operator-nginx-ingress-admin
15
apiGroup: rbac.authorization.k8s.io
16
{{- end }}
0 commit comments