---
|
|
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
|
|
---
|