pankajkoti commented on code in PR #26225:
URL: https://github.com/apache/airflow/pull/26225#discussion_r969277393
##########
chart/values.schema.json:
##########
@@ -4148,6 +4148,12 @@
"x-docsSection": "Common",
"default": false
},
+ "replicas": {
+ "description": "Number of pgbouncer pods to deploy",
+ "type": "integer",
+ "x-docsSection": "PgBouncer",
+ "default": 1,
Review Comment:
```suggestion
"default": 1
```
Static checks and tests are failing. I believe this extra `,` could be the
reason making it an invalid json.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]