http route support added
This commit is contained in:
parent
3cae73d37a
commit
7c90eea2cc
@ -38,6 +38,16 @@ rules:
|
||||
- apiGroups: ["argoproj.io"]
|
||||
resources: ["workflows"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
|
||||
# Gateway API HTTPRoutes - for displaying service URLs
|
||||
- apiGroups: ["gateway.networking.k8s.io"]
|
||||
resources: ["httproutes"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
|
||||
# Ingress - for displaying service URLs (legacy)
|
||||
- apiGroups: ["networking.k8s.io"]
|
||||
resources: ["ingresses"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user