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.

36 lines
804 B

3 years ago
  1. ---
  2. apiVersion: rbac.authorization.k8s.io/v1
  3. kind: ClusterRole
  4. metadata:
  5. name: addon-http-app-routing-fix
  6. rules:
  7. - apiGroups:
  8. - "networking.k8s.io"
  9. resources:
  10. - "ingresses/status"
  11. verbs:
  12. - "update"
  13. - apiGroups:
  14. - "networking.k8s.io"
  15. resources:
  16. - "ingresses"
  17. verbs:
  18. - "get"
  19. - "watch"
  20. - "list"
  21. ---
  22. apiVersion: rbac.authorization.k8s.io/v1
  23. kind: ClusterRoleBinding
  24. metadata:
  25. name: addon-http-app-routing-fix-clusterrolebinding
  26. roleRef:
  27. apiGroup: rbac.authorization.k8s.io
  28. kind: ClusterRole
  29. name: addon-http-app-routing-fix
  30. subjects:
  31. - kind: ServiceAccount
  32. name: addon-http-application-routing-nginx-ingress-serviceaccount
  33. namespace: kube-system
  34. - kind: ServiceAccount
  35. name: addon-http-application-routing-external-dns
  36. namespace: kube-system
  37. ---