Skip to content

Commit b6b2807

Browse files
soneillf5pleshakov
authored andcommitted
Add rbac config for transport server status
1 parent 8c5d003 commit b6b2807

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deployments/helm-chart/templates/rbac.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ rules:
103103
- virtualservers/status
104104
- virtualserverroutes/status
105105
- policies/status
106+
- transportservers/status
106107
verbs:
107108
- update
108109
{{- end }}

deployments/rbac/rbac.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ rules:
7777
- virtualservers/status
7878
- virtualserverroutes/status
7979
- policies/status
80+
- tranportservers/status
8081
verbs:
8182
- update
8283
- apiGroups:

0 commit comments

Comments
 (0)