Skip to content

Commit 3192e2d

Browse files
committed
cleanup removal of ConfigSyncGroups
1 parent 499a475 commit 3192e2d

File tree

4 files changed

+119
-1510
lines changed

4 files changed

+119
-1510
lines changed

charts/nginx-ingress/values.schema.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2307,14 +2307,6 @@
23072307
"my-instance-group"
23082308
]
23092309
},
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-
},
23182310
"logLevel": {
23192311
"type": "string",
23202312
"default": "info",

charts/nginx-ingress/values.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ controller:
4848
# the name should not include a namespace
4949
# configMapName: ""
5050

51-
5251
## Timeout in milliseconds which the Ingress Controller will wait for a successful NGINX reload after a change or at the initial start.
5352
nginxReloadTimeout: 60000
5453

@@ -172,7 +171,7 @@ controller:
172171
repository: nginx/nginx-ingress
173172

174173
## 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"
176175
## The digest of the Ingress Controller image.
177176
## If digest is specified it has precedence over tag and will be used instead
178177
# digest: "sha256:CHANGEME"
@@ -668,8 +667,6 @@ nginxAgent:
668667
logLevel: "error"
669668

670669
# Agent V3 configuration
671-
## If nginxAgent.configSyncGroup is not set the value of nginx-ingress.controller.fullname will be used
672-
configSyncGroup: ""
673670
# Dataplane key is used to authenticate the agent with NGINX One SaaS Console
674671
dataplaneKey: ""
675672
endpointHost: "product.connect.nginx.com"

0 commit comments

Comments
 (0)