kaxil commented on a change in pull request #15296:
URL: https://github.com/apache/airflow/pull/15296#discussion_r610923935



##########
File path: chart/values.schema.json
##########
@@ -1049,6 +1049,13 @@
                     "description": "Maximum clients that can connect to 
pgbouncer (higher = more file descriptors).",
                     "type": "integer"
                 },
+                "configSecretName": {
+                    "description": "The pgbouncer config secret name.",

Review comment:
       ```suggestion
                       "description": "The PgBouncer config secret name.",
   ```

##########
File path: docs/helm-chart/parameters-ref.rst
##########
@@ -414,6 +414,9 @@ The following tables lists the configurable parameters of 
the Airflow chart and
    * - ``pgbouncer.tolerations``
      - Toleration labels for pod assignment
      - ``1``
+   * - ``pgbouncer.configSecretName``
+     - Name of existing pgbouncer config secret

Review comment:
       ```suggestion
        - Name of existing PgBouncer config secret
   ```




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to