File tree Expand file tree Collapse file tree 4 files changed +119
-1510
lines changed Expand file tree Collapse file tree 4 files changed +119
-1510
lines changed Original file line number Diff line number Diff line change 2307
2307
" my-instance-group"
2308
2308
]
2309
2309
},
2310
- "configSyncGroup" : {
2311
- "type" : " string" ,
2312
- "default" : " " ,
2313
- "title" : " Set the config sync group for NGINX Agent" ,
2314
- "examples" : [
2315
- " my-sync-group"
2316
- ]
2317
- },
2318
2310
"logLevel" : {
2319
2311
"type" : " string" ,
2320
2312
"default" : " info" ,
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ controller:
48
48
# the name should not include a namespace
49
49
# configMapName: ""
50
50
51
-
52
51
# # Timeout in milliseconds which the Ingress Controller will wait for a successful NGINX reload after a change or at the initial start.
53
52
nginxReloadTimeout : 60000
54
53
@@ -172,7 +171,7 @@ controller:
172
171
repository : nginx/nginx-ingress
173
172
174
173
# # The tag of the Ingress Controller image. If not specified the appVersion from Chart.yaml is used as a tag.
175
- # tag: "4 .0.1 "
174
+ # tag: "5 .0.0 "
176
175
# # The digest of the Ingress Controller image.
177
176
# # If digest is specified it has precedence over tag and will be used instead
178
177
# digest: "sha256:CHANGEME"
@@ -668,8 +667,6 @@ nginxAgent:
668
667
logLevel : " error"
669
668
670
669
# Agent V3 configuration
671
- # # If nginxAgent.configSyncGroup is not set the value of nginx-ingress.controller.fullname will be used
672
- configSyncGroup : " "
673
670
# Dataplane key is used to authenticate the agent with NGINX One SaaS Console
674
671
dataplaneKey : " "
675
672
endpointHost : " product.connect.nginx.com"
You can’t perform that action at this time.
0 commit comments