{{- if and .Values.rbac.create .Values.podSecurityPolicy.enabled .Values.defaultBackend.enabled -}} apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: labels: app: {{ template "nginx-ingress.name" . }} chart: {{ template "nginx-ingress.chart" . }} heritage: {{ .Release.Service }} release: {{ .Release.Name }} name: {{ template "nginx-ingress.fullname" . }}-backend roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name: {{ template "nginx-ingress.fullname" . }}-backend subjects: - kind: ServiceAccount name: {{ template "nginx-ingress.defaultBackend.serviceAccountName" . }} namespace: {{ .Release.Namespace }} {{- end -}}