Skip to content

Commit 0757ca3

Browse files
committed
fix: add tcproute and udproute to clusterrole
1 parent cf7a7c4 commit 0757ca3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/nginx-gateway-fabric/templates/clusterrole.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ rules:
9797
{{- if .Values.nginxGateway.gwAPIExperimentalFeatures.enable }}
9898
- backendtlspolicies
9999
- tlsroutes
100+
- tcproutes
101+
- udproutes
100102
{{- end }}
101103
verbs:
102104
- list
@@ -111,6 +113,8 @@ rules:
111113
{{- if .Values.nginxGateway.gwAPIExperimentalFeatures.enable }}
112114
- backendtlspolicies/status
113115
- tlsroutes/status
116+
- tcproutes/status
117+
- udproutes/status
114118
{{- end }}
115119
verbs:
116120
- update

0 commit comments

Comments
 (0)