You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
804 B

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: addon-http-app-routing-fix
rules:
- apiGroups:
- "networking.k8s.io"
resources:
- "ingresses/status"
verbs:
- "update"
- apiGroups:
- "networking.k8s.io"
resources:
- "ingresses"
verbs:
- "get"
- "watch"
- "list"
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: addon-http-app-routing-fix-clusterrolebinding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: addon-http-app-routing-fix
subjects:
- kind: ServiceAccount
name: addon-http-application-routing-nginx-ingress-serviceaccount
namespace: kube-system
- kind: ServiceAccount
name: addon-http-application-routing-external-dns
namespace: kube-system
---