Skip to content

Commit 37c82a1

Browse files
committed
rebase to feature branch
1 parent 5bfeaae commit 37c82a1

File tree

17 files changed

+93
-32
lines changed

17 files changed

+93
-32
lines changed

charts/nginx-gateway-fabric/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ The following table lists the configurable parameters of the NGINX Gateway Fabri
294294
| `nginxGateway.replicaCount` | The number of replicas of the NGINX Gateway Fabric Deployment. | int | `1` |
295295
| `nginxGateway.resources` | The resource requests and/or limits of the nginx-gateway container. | object | `{}` |
296296
| `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 | `true` |
297+
| `nginxGateway.snippetsFilters.enable` | Enable SnippetsFilters feature. SnippetsFilters allow inserting NGINX configuration into the generated NGINX config for HTTPRoute and GRPCRoute resources. | bool | `false` |
298298
| `nodeSelector` | The nodeSelector of the NGINX Gateway Fabric pod. | object | `{}` |
299299
| `service.annotations` | The annotations of the NGINX Gateway Fabric service. | object | `{}` |
300300
| `service.create` | Creates a service to expose the NGINX Gateway Fabric pods. | bool | `true` |

charts/nginx-gateway-fabric/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
"snippetsFilters": {
524524
"properties": {
525525
"enable": {
526-
"default": true,
526+
"default": false,
527527
"description": "Enable SnippetsFilters feature. SnippetsFilters allow inserting NGINX configuration into the generated NGINX\nconfig for HTTPRoute and GRPCRoute resources.",
528528
"required": [],
529529
"title": "enable",

charts/nginx-gateway-fabric/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ nginxGateway:
116116
snippetsFilters:
117117
# -- Enable SnippetsFilters feature. SnippetsFilters allow inserting NGINX configuration into the generated NGINX
118118
# config for HTTPRoute and GRPCRoute resources.
119-
enable: true
119+
enable: false
120120

121121
nginx:
122122
image:

config/tests/static-deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ spec:
5959
- --health-port=8081
6060
- --leader-election-lock-name=nginx-gateway-leader-election
6161
- --product-telemetry-disable
62-
- --snippets-filters
6362
env:
6463
- name: POD_IP
6564
valueFrom:

deploy/aws-nlb/deploy.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ rules:
9898
- nginxproxies
9999
- clientsettingspolicies
100100
- observabilitypolicies
101-
- snippetsfilters
102101
verbs:
103102
- list
104103
- watch
@@ -108,7 +107,6 @@ rules:
108107
- nginxgateways/status
109108
- clientsettingspolicies/status
110109
- observabilitypolicies/status
111-
- snippetsfilters/status
112110
verbs:
113111
- update
114112
- apiGroups:
@@ -219,7 +217,6 @@ spec:
219217
- --metrics-port=9113
220218
- --health-port=8081
221219
- --leader-election-lock-name=nginx-gateway-leader-election
222-
- --snippets-filters
223220
env:
224221
- name: POD_IP
225222
valueFrom:

deploy/azure/deploy.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ rules:
9898
- nginxproxies
9999
- clientsettingspolicies
100100
- observabilitypolicies
101-
- snippetsfilters
102101
verbs:
103102
- list
104103
- watch
@@ -108,7 +107,6 @@ rules:
108107
- nginxgateways/status
109108
- clientsettingspolicies/status
110109
- observabilitypolicies/status
111-
- snippetsfilters/status
112110
verbs:
113111
- update
114112
- apiGroups:
@@ -216,7 +214,6 @@ spec:
216214
- --metrics-port=9113
217215
- --health-port=8081
218216
- --leader-election-lock-name=nginx-gateway-leader-election
219-
- --snippets-filters
220217
env:
221218
- name: POD_IP
222219
valueFrom:

deploy/default/deploy.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ rules:
9898
- nginxproxies
9999
- clientsettingspolicies
100100
- observabilitypolicies
101-
- snippetsfilters
102101
verbs:
103102
- list
104103
- watch
@@ -108,7 +107,6 @@ rules:
108107
- nginxgateways/status
109108
- clientsettingspolicies/status
110109
- observabilitypolicies/status
111-
- snippetsfilters/status
112110
verbs:
113111
- update
114112
- apiGroups:
@@ -216,7 +214,6 @@ spec:
216214
- --metrics-port=9113
217215
- --health-port=8081
218216
- --leader-election-lock-name=nginx-gateway-leader-election
219-
- --snippets-filters
220217
env:
221218
- name: POD_IP
222219
valueFrom:

deploy/experimental-nginx-plus/deploy.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ rules:
111111
- nginxproxies
112112
- clientsettingspolicies
113113
- observabilitypolicies
114-
- snippetsfilters
115114
verbs:
116115
- list
117116
- watch
@@ -121,7 +120,6 @@ rules:
121120
- nginxgateways/status
122121
- clientsettingspolicies/status
123122
- observabilitypolicies/status
124-
- snippetsfilters/status
125123
verbs:
126124
- update
127125
- apiGroups:
@@ -231,7 +229,6 @@ spec:
231229
- --health-port=8081
232230
- --leader-election-lock-name=nginx-gateway-leader-election
233231
- --gateway-api-experimental-features
234-
- --snippets-filters
235232
env:
236233
- name: POD_IP
237234
valueFrom:

deploy/experimental/deploy.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ rules:
103103
- nginxproxies
104104
- clientsettingspolicies
105105
- observabilitypolicies
106-
- snippetsfilters
107106
verbs:
108107
- list
109108
- watch
@@ -113,7 +112,6 @@ rules:
113112
- nginxgateways/status
114113
- clientsettingspolicies/status
115114
- observabilitypolicies/status
116-
- snippetsfilters/status
117115
verbs:
118116
- update
119117
- apiGroups:
@@ -222,7 +220,6 @@ spec:
222220
- --health-port=8081
223221
- --leader-election-lock-name=nginx-gateway-leader-election
224222
- --gateway-api-experimental-features
225-
- --snippets-filters
226223
env:
227224
- name: POD_IP
228225
valueFrom:

deploy/nginx-plus/deploy.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ rules:
106106
- nginxproxies
107107
- clientsettingspolicies
108108
- observabilitypolicies
109-
- snippetsfilters
110109
verbs:
111110
- list
112111
- watch
@@ -116,7 +115,6 @@ rules:
116115
- nginxgateways/status
117116
- clientsettingspolicies/status
118117
- observabilitypolicies/status
119-
- snippetsfilters/status
120118
verbs:
121119
- update
122120
- apiGroups:
@@ -227,7 +225,6 @@ spec:
227225
- --leader-election-lock-name=nginx-gateway-leader-election
228226
- --usage-report-secret=nginx-gateway/ngf-usage-auth
229227
- --usage-report-server-url=https://my-instance-nim.example.com
230-
- --snippets-filters
231228
env:
232229
- name: POD_IP
233230
valueFrom:

0 commit comments

Comments
 (0)