You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Watch SnippetsFilters when feature is enabled and add to graph (#2519)
Problem: SnippetsFilters need to be in graph before we can write status to them.
Solution: Register controller for SnippetsFilter when the flag --snippets-filter is set. Add SnippetsFilter to graph so we can write its status. Validate SnippetsFilter.
Copy file name to clipboardExpand all lines: charts/nginx-gateway-fabric/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -294,6 +294,7 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri
294
294
| `nginxGateway.replicaCount` | The number of replicas of the NGINX Gateway Fabric Deployment. | int | `1` |
295
295
| `nginxGateway.resources` | The resource requests and/or limits of the nginx-gateway container. | object | `{}` |
296
296
| `nginxGateway.securityContext.allowPrivilegeEscalation` | Some environments may need this set to true in order for the control plane to successfully reload NGINX. | bool | `false` |
297
+
| `nginxGateway.snippetsFilters.enable` | Enable SnippetsFilters feature. SnippetsFilters allow inserting NGINX configuration into the generated NGINX config for HTTPRoute and GRPCRoute resources. | bool | `false` |
297
298
| `nodeSelector` | The nodeSelector of the NGINX Gateway Fabric pod. | object | `{}` |
298
299
| `service.annotations` | The annotations of the NGINX Gateway Fabric service. | object | `{}` |
299
300
| `service.create` | Creates a service to expose the NGINX Gateway Fabric pods. | bool | `true` |
0 commit comments